[Asterisk-cvs] asterisk channel.c,1.113,1.114

markster at lists.digium.com markster at lists.digium.com
Tue May 25 00:36:52 CDT 2004


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

Modified Files:
	channel.c 
Log Message:
Fix major typo


Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- channel.c	22 May 2004 04:11:22 -0000	1.113
+++ channel.c	25 May 2004 04:50:54 -0000	1.114
@@ -476,7 +476,7 @@
 		if (!strcasecmp(chan->name, channame))
 			return chan;
 		ast_mutex_unlock(&chan->lock);
-		chan = ast_channel_walk_locked(NULL);
+		chan = ast_channel_walk_locked(chan);
 	}
 	return NULL;
 }




More information about the svn-commits mailing list