[asterisk-commits] irroot: branch irroot/distrotech-customers-trunk r321979 - /team/irroot/distr...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Jun 4 02:14:25 CDT 2011
Author: irroot
Date: Sat Jun 4 02:14:20 2011
New Revision: 321979
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=321979
Log:
Fixup Merge
Modified:
team/irroot/distrotech-customers-trunk/channels/chan_sip.c
Modified: team/irroot/distrotech-customers-trunk/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/irroot/distrotech-customers-trunk/channels/chan_sip.c?view=diff&rev=321979&r1=321978&r2=321979
==============================================================================
--- team/irroot/distrotech-customers-trunk/channels/chan_sip.c (original)
+++ team/irroot/distrotech-customers-trunk/channels/chan_sip.c Sat Jun 4 02:14:20 2011
@@ -14306,9 +14306,7 @@
{
if (!network_change_event_subscription) {
network_change_event_subscription = ast_event_subscribe(AST_EVENT_NETWORK_CHANGE,
- network_change_event_cb,
- "SIP Network Change ",
- NULL, AST_EVENT_IE_END);
+ network_change_event_cb, "SIP Network Change", NULL, AST_EVENT_IE_END);
}
}
More information about the asterisk-commits
mailing list