From af2609dfbedb05a277f8bcf3e60c52685515438e Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Sat, 8 Apr 2006 19:16:38 +0000 Subject: [PATCH] fix bug in smdi config parsing (issue #6908) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18493 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_smdi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/res/res_smdi.c b/res/res_smdi.c index 8687dac2d5..9de914b94d 100644 --- a/res/res_smdi.c +++ b/res/res_smdi.c @@ -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); -- 2.47.3