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

Modified Files:
        channel.c 
Log Message:
get rid of a warning


Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -d -r1.224 -r1.225
--- channel.c   20 Jul 2005 16:39:49 -0000      1.224
+++ channel.c   25 Jul 2005 17:27:36 -0000      1.225
@@ -1120,7 +1120,7 @@
 int ast_waitfor_n_fd(int *fds, int n, int *ms, int *exception)
 {
        /* Wait for x amount of time on a file descriptor to have input.  */
-       struct timeval start;
+       struct timeval start = { 0 , 0 };
        int res;
        int x, y;
        int winner = -1;

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to