fix bug in smdi config parsing (issue #6908)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18493 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Russell Bryant 19 years ago
parent e27f756be4
commit af2609dfbe

@ -692,7 +692,6 @@ static int smdi_load(int reload)
} else {
ast_log(LOG_NOTICE, "Ignoring unknown option %s in %s\n", v->name, config_file);
}
v = v->next;
}
ast_config_destroy(conf);

Loading…
Cancel
Save