[Asterisk-cvs] asterisk channel.c,1.226,1.227

russell at lists.digium.com russell at lists.digium.com
Wed Jul 27 18:13:22 CDT 2005


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

Modified Files:
	channel.c 
Log Message:
fix warning


Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -d -r1.226 -r1.227
--- channel.c	25 Jul 2005 22:13:32 -0000	1.226
+++ channel.c	27 Jul 2005 22:19:49 -0000	1.227
@@ -1187,7 +1187,7 @@
 struct ast_channel *ast_waitfor_nandfds(struct ast_channel **c, int n, int *fds, int nfds, 
 	int *exception, int *outfd, int *ms)
 {
-	struct timeval start;
+	struct timeval start = { 0 , 0 };
 	struct pollfd *pfds;
 	int res;
 	long rms;




More information about the svn-commits mailing list