[Asterisk-cvs] asterisk/cdr cdr_custom.c,1.7,1.8

kpfleming at lists.digium.com kpfleming at lists.digium.com
Wed Apr 6 11:21:42 CDT 2005


Update of /usr/cvsroot/asterisk/cdr
In directory mongoose.digium.com:/tmp/cvs-serv15487/cdr

Modified Files:
	cdr_custom.c 
Log Message:
ensure that successful configuration results in the module staying loaded (bug #3968)


Index: cdr_custom.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_custom.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- cdr_custom.c	1 Apr 2005 17:31:41 -0000	1.7
+++ cdr_custom.c	6 Apr 2005 16:14:21 -0000	1.8
@@ -74,6 +74,7 @@
 			var = var->next;
 		}
 		ast_config_destroy(cfg);
+		res = 0;
 	} else {
 		if (reload)
 			ast_log(LOG_WARNING, "Failed to reload configuration file.\n");




More information about the svn-commits mailing list