Author: rco
Date: 2008-06-19 16:48:41 +0200 (Thu, 19 Jun 2008)
New Revision: 1025
Modified:
branches/1.0.0/core/plug-in/sipctrl/SipCtrlInterface.cpp
Log:
- adds propagation of the error code coming from trans_layer::send_request
within SipCtrlInterface::send().
Modified: branches/1.0.0/core/plug-in/sipctrl/SipCtrlInterface.cpp
===================================================================
--- branches/1.0.0/core/plug-in/sipctrl/SipCtrlInterface.cpp 2008-06-18
12:08:59 UTC (rev 1024)
+++ branches/1.0.0/core/plug-in/sipctrl/SipCtrlInterface.cpp 2008-06-19
14:48:41 UTC (rev 1025)
@@ -319,11 +319,12 @@
}
}
- tl->send_request(msg,serKey);
+ err = tl->send_request(msg,serKey);
+
delete msg;
+ serKeyLen=12;
- serKeyLen=12;
- return 0;
+ return err;
}
void SipCtrlInterface::run()
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev