From: Michael Jerris Date: Tue, 8 Sep 2009 20:29:24 +0000 (+0000) Subject: remove ;; X-Git-Tag: v1.0.6~1931 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c14fb111f16b724922ca40d53edeada475a752de;p=thirdparty%2Ffreeswitch.git remove ;; git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14792 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index e37d5efadd..b723b2effd 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -1657,7 +1657,7 @@ switch_status_t reconfig_sofia(sofia_profile_t *profile) } else if (!strcasecmp(var, "caller-id-type")) { profile->cid_type = sofia_cid_name2type(val); } else if (!strcasecmp(var, "record-template")) { - profile->record_template = switch_core_strdup(profile->pool, val);; + profile->record_template = switch_core_strdup(profile->pool, val); } else if ((!strcasecmp(var, "inbound-no-media") || !strcasecmp(var, "inbound-bypass-media"))) { if (switch_true(val)) { sofia_set_flag(profile, TFLAG_INB_NOMEDIA); @@ -2033,7 +2033,7 @@ switch_status_t config_sofia(int reload, char *profile_name) sofia_profile_t *profile = NULL; char url[512] = ""; int profile_found = 0; - switch_event_t *params = NULL;; + switch_event_t *params = NULL; if (!reload) { su_init();