[Freeswitch-trunk] [commit] r6875 - freeswitch/trunk/src/mod/endpoints/mod_sofia
Freeswitch SVN
brian at freeswitch.org
Tue Dec 18 14:15:08 EST 2007
Author: brian
Date: Tue Dec 18 14:15:08 2007
New Revision: 6875
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
Log:
remove extra paren
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c Tue Dec 18 14:15:08 2007
@@ -457,7 +457,7 @@
if (switch_event_create(&s_event, SWITCH_EVENT_PUBLISH) == SWITCH_STATUS_SUCCESS) {
switch_event_add_header(s_event, SWITCH_STACK_BOTTOM, "service", "_sip._udp,_sip._tcp,_sip._sctp%s",
- (sofia_test_pflag(profile, PFLAG_TLS)) ? ",_sips._tcp" : ""));
+ (sofia_test_pflag(profile, PFLAG_TLS)) ? ",_sips._tcp" : "");
switch_event_add_header(s_event, SWITCH_STACK_BOTTOM, "port", "%d", profile->sip_port);
switch_event_add_header(s_event, SWITCH_STACK_BOTTOM, "module_name", "%s", "mod_sofia");
More information about the Freeswitch-trunk
mailing list