Author: sayer
Date: 2008-09-24 01:51:35 +0200 (Wed, 24 Sep 2008)
New Revision: 1098

Modified:
   trunk/core/plug-in/sipctrl/SipCtrlInterface.cpp
Log:
pass possible errors in send(request) up

Modified: trunk/core/plug-in/sipctrl/SipCtrlInterface.cpp
===================================================================
--- trunk/core/plug-in/sipctrl/SipCtrlInterface.cpp     2008-09-23 22:50:25 UTC 
(rev 1097)
+++ trunk/core/plug-in/sipctrl/SipCtrlInterface.cpp     2008-09-23 23:51:35 UTC 
(rev 1098)
@@ -319,11 +319,11 @@
        }
     }
 
-    tl->send_request(msg,serKey);
+    int res = tl->send_request(msg,serKey);
     delete msg;
 
     serKeyLen=12;
-    return 0;
+    return res;
 }
 
 void SipCtrlInterface::run()

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to