mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
fix warning
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6236 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1187,7 +1187,7 @@ int ast_waitfor_n_fd(int *fds, int n, int *ms, int *exception)
|
||||
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;
|
||||
|
Reference in New Issue
Block a user