mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
fix bug in smdi config parsing (issue #6908)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18493 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user