Skip to content
Snippets Groups Projects
Commit 3fd8f01d authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

ensure that successful configuration results in the module staying loaded (bug #3968)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5424 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent ea60d42f
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,7 @@ static int load_config(int reload)
var = var->next;
}
ast_config_destroy(cfg);
res = 0;
} else {
if (reload)
ast_log(LOG_WARNING, "Failed to reload configuration file.\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment