[asterisk-commits] russell: trunk r81362 - /trunk/main/config.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Aug 29 16:25:08 CDT 2007


Author: russell
Date: Wed Aug 29 16:25:07 2007
New Revision: 81362

URL: http://svn.digium.com/view/asterisk?view=rev&rev=81362
Log:
make trunk build again.  murf will have to review this to see if it was the right fix, as it is related to his last change.

Modified:
    trunk/main/config.c

Modified: trunk/main/config.c
URL: http://svn.digium.com/view/asterisk/trunk/main/config.c?view=diff&rev=81362&r1=81361&r2=81362
==============================================================================
--- trunk/main/config.c (original)
+++ trunk/main/config.c Wed Aug 29 16:25:07 2007
@@ -635,8 +635,6 @@
 						const char *value, const char *match, unsigned int object)
 {
 	struct ast_variable *cur, *prev=NULL, *newer;
-
-	newer->object = object;
 
 	for (cur = category->root; cur; prev = cur, cur = cur->next) {
 		if (strcasecmp(cur->name, variable) ||




More information about the asterisk-commits mailing list