[Asterisk-cvs] asterisk pbx.c,1.207,1.208

markster at lists.digium.com markster at lists.digium.com
Fri Feb 25 21:59:05 CST 2005


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

Modified Files:
	pbx.c 
Log Message:
Fix SetVar (bug #3668) and g + transfer (#3650)


Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -d -r1.207 -r1.208
--- pbx.c	25 Feb 2005 00:25:27 -0000	1.207
+++ pbx.c	26 Feb 2005 03:57:10 -0000	1.208
@@ -5320,7 +5320,7 @@
 	char *name, *value, *mydata, *next, *fstr = NULL;
 	struct ast_flags flags = {0};
 
-	if (data && !ast_strlen_zero(data) && chan->cdr && (mydata = ast_strdupa(data))) {
+	if (data && !ast_strlen_zero(data) && (mydata = ast_strdupa(data))) {
 		next = mydata;
 		while(next) {
 			name = next;




More information about the svn-commits mailing list