Revision d8d3eb2b modules/gadu_protocol/file-transfer/gadu-file-transfer-handler.cpp

b/modules/gadu_protocol/file-transfer/gadu-file-transfer-handler.cpp
115 115
	// async call, will return in setFileTransferNotifiers
116 116
	transfer().setTransferStatus(StatusWaitingForConnection);
117 117
	WaitingForSocketNotifiers = true;
118
	gaduProtocol->dccManager()->attachSendFileTransferSocket(this);
118

  
119
	if (gaduProtocol->dccManager())
120
		gaduProtocol->dccManager()->attachSendFileTransferSocket(this);
119 121
}
120 122

  
121 123
void GaduFileTransferHandler::stop()

Also available in: Unified diff