[Asterisk-cvs] asterisk/cdr cdr_custom.c,1.4,1.5

anthm at lists.digium.com anthm at lists.digium.com
Thu Mar 31 10:02:14 CST 2005


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

Modified Files:
	cdr_custom.c 
Log Message:
unconfigured cdr_custom should not be fatal

Index: cdr_custom.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_custom.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cdr_custom.c	31 Mar 2005 15:50:15 -0000	1.4
+++ cdr_custom.c	31 Mar 2005 15:55:44 -0000	1.5
@@ -135,7 +135,7 @@
 		if (mf)
 			fclose(mf);
 	}
-	return res;
+	return 0;
 }
 
 int reload(void)




More information about the svn-commits mailing list