]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
CID: 1210583
authorRaymond Chandler <intralanman@gmail.com>
Wed, 14 May 2014 19:37:57 +0000 (19:37 +0000)
committerRaymond Chandler <intralanman@gmail.com>
Wed, 14 May 2014 19:37:57 +0000 (19:37 +0000)
src/switch_config.c

index 143d7eb34f78b95b51af3cd5e232791457a6b9a2..476f4560ce18f624a0ec5098a0e60b3a8120b297 100644 (file)
@@ -50,10 +50,6 @@ SWITCH_DECLARE(int) switch_config_open_file(switch_config_t *cfg, char *file_pat
                path = path_buf;
        }
 
-       if (!path) {
-               return 0;
-       }
-
        memset(cfg, 0, sizeof(*cfg));
        cfg->lockto = -1;