[Asterisk-cvs] asterisk channel.c,1.72,1.73

markster at lists.digium.com markster at lists.digium.com
Fri Jan 30 20:41:47 CST 2004


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

Modified Files:
	channel.c 
Log Message:
Don't delete original variables after appending clone ones


Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- channel.c	30 Jan 2004 06:48:01 -0000	1.72
+++ channel.c	31 Jan 2004 02:50:27 -0000	1.73
@@ -2049,7 +2049,6 @@
 		original->varshead.first = clone->varshead.first;
 	}
 	clone->varshead.first = NULL;
-	original->varshead.first = clone->varshead.first;
 	/* Presense of ADSI capable CPE follows clone */
 	original->adsicpe = clone->adsicpe;
 	/* Bridge remains the same */




More information about the svn-commits mailing list