[asterisk-commits] file: branch group/sip-tcptls r99020 - /team/group/sip-tcptls/channels/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jan 18 08:53:16 CST 2008
Author: file
Date: Fri Jan 18 08:53:16 2008
New Revision: 99020
URL: http://svn.digium.com/view/asterisk?view=rev&rev=99020
Log:
I'm picky, so sue me.
Modified:
team/group/sip-tcptls/channels/chan_sip.c
Modified: team/group/sip-tcptls/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/team/group/sip-tcptls/channels/chan_sip.c?view=diff&rev=99020&r1=99019&r2=99020
==============================================================================
--- team/group/sip-tcptls/channels/chan_sip.c (original)
+++ team/group/sip-tcptls/channels/chan_sip.c Fri Jan 18 08:53:16 2008
@@ -763,7 +763,7 @@
enum sip_transport {
SIP_TRANSPORT_UDP = 1,
SIP_TRANSPORT_TCP = 1 << 1,
- SIP_TRANSPORT_TLS = 1 << 2
+ SIP_TRANSPORT_TLS = 1 << 2,
};
struct sip_socket {
More information about the asterisk-commits
mailing list