CID: 1210583
This commit is contained in:
parent
b263201a2e
commit
bf8b88cddd
|
@ -50,10 +50,6 @@ SWITCH_DECLARE(int) switch_config_open_file(switch_config_t *cfg, char *file_pat
|
||||||
path = path_buf;
|
path = path_buf;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!path) {
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
memset(cfg, 0, sizeof(*cfg));
|
memset(cfg, 0, sizeof(*cfg));
|
||||||
cfg->lockto = -1;
|
cfg->lockto = -1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue