]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove ;;
authorMichael Jerris <mike@jerris.com>
Tue, 8 Sep 2009 20:29:24 +0000 (20:29 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 8 Sep 2009 20:29:24 +0000 (20:29 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14792 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia.c

index e37d5efadd33cbbeaad2267524edbd85787ad639..b723b2effd14299456ac97f24a4632638af21745 100644 (file)
@@ -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();