[Asterisk-cvs] asterisk cdr.c,1.26,1.27

anthm at lists.digium.com anthm at lists.digium.com
Tue Oct 26 23:29:51 CDT 2004


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

Modified Files:
	cdr.c 
Log Message:
rollback stupid code

Index: cdr.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- cdr.c	22 Oct 2004 20:59:37 -0000	1.26
+++ cdr.c	27 Oct 2004 03:33:14 -0000	1.27
@@ -290,7 +290,6 @@
 			if (!ast_strlen_zero(cdr->channel)) 
 				ast_log(LOG_WARNING, "CDR already initialized on '%s'\n", chan); 
 			strncpy(cdr->channel, c->name, sizeof(cdr->channel) - 1);
-			cdr->chan = c;
 			/* Grab source from ANI or normal Caller*ID */
 			if (c->cid.cid_ani)
 				num = c->cid.cid_ani;




More information about the svn-commits mailing list