CID: 1210583

This commit is contained in:
Raymond Chandler 2014-05-14 19:37:57 +00:00
parent b263201a2e
commit bf8b88cddd
1 changed files with 0 additions and 4 deletions

View 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;