[svn-commits] simon.perreault: branch group/v6-new r273188 - /team/group/v6-new/channels/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jun 30 08:57:34 CDT 2010


Author: simon.perreault
Date: Wed Jun 30 08:57:30 2010
New Revision: 273188

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=273188
Log:
Re-added a line that was removed by mistake.

(So it must not be very important...) ;)

Modified:
    team/group/v6-new/channels/chan_sip.c

Modified: team/group/v6-new/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/group/v6-new/channels/chan_sip.c?view=diff&rev=273188&r1=273187&r2=273188
==============================================================================
--- team/group/v6-new/channels/chan_sip.c (original)
+++ team/group/v6-new/channels/chan_sip.c Wed Jun 30 08:57:30 2010
@@ -2539,6 +2539,8 @@
 			}
 			/*! \todo XXX If there's no Content-Length or if the content-length and what
 					we receive is not the same - we should generate an error */
+
+			req.socket.tcptls_session = tcptls_session;
 			handle_request_do(&req, &tcptls_session->remote_address);
 		}
 




More information about the svn-commits mailing list