[svn-commits] trunk r18493 - /trunk/res/res_smdi.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Apr 8 12:16:39 MST 2006


Author: russell
Date: Sat Apr  8 14:16:38 2006
New Revision: 18493

URL: http://svn.digium.com/view/asterisk?rev=18493&view=rev
Log:
fix bug in smdi config parsing (issue #6908)

Modified:
    trunk/res/res_smdi.c

Modified: trunk/res/res_smdi.c
URL: http://svn.digium.com/view/asterisk/trunk/res/res_smdi.c?rev=18493&r1=18492&r2=18493&view=diff
==============================================================================
--- trunk/res/res_smdi.c (original)
+++ trunk/res/res_smdi.c Sat Apr  8 14:16:38 2006
@@ -692,7 +692,6 @@
 		} else {
 			ast_log(LOG_NOTICE, "Ignoring unknown option %s in %s\n", v->name, config_file);
 		}
-		v = v->next;
 	}
 	ast_config_destroy(conf);
 



More information about the svn-commits mailing list