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

src/mod/endpoints/mod_sofia/sofia.c

index b723b2effd14299456ac97f24a4632638af21745..7e7fbaf53beffdf8bcb3ec42573e82dd396f7949 100644 (file)
@@ -2495,8 +2495,7 @@ switch_status_t config_sofia(int reload, char *profile_name)
                                        } else if (!strcasecmp(var, "enable-3pcc")) {
                                                if (switch_true(val)) {
                                                        sofia_set_pflag(profile, PFLAG_3PCC);
-                                               }
-                                               else if (!strcasecmp(val, "proxy")){
+                                               } else if (!strcasecmp(val, "proxy")) {
                                                        sofia_set_pflag(profile, PFLAG_3PCC_PROXY);
                                                }
                                        } else if (!strcasecmp(var, "accept-blind-auth")) {