Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 193304
Collapse All | Expand All

(-)src-native/src/ACCollector/ACCollector.cpp (-1 / +3 lines)
Lines 210-216 Link Here
210
    handled = BaseCollectorImpl::processCommand(cmdBlock);
210
    handled = BaseCollectorImpl::processCommand(cmdBlock);
211
211
212
    if (cmdBlock->getSourceID() != 1) {
212
    if (cmdBlock->getSourceID() != 1) {
213
        m_dataListenerID = cmdBlock->getSourceID();
213
    	if (isEqualString(cmdBlock->getCommandName(), "establishDataPath")) {
214
        	m_dataListenerID = cmdBlock->getSourceID();
215
		}
214
    }
216
    }
215
    m_AgentID = cmdBlock->getDestID();
217
    m_AgentID = cmdBlock->getDestID();
216
218

Return to bug 193304