aboutsummaryrefslogtreecommitdiffstats
path: root/channel.c
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-05 06:04:09 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-05 06:04:09 +0000
commit552131f9f011aa28df20342b70368db5a4b3eb58 (patch)
tree0d7f7e668658e8a194f680e5c954896a5875ce6b /channel.c
parent42521c0cc15fdbc8dba094fa0afd229fef4a8f70 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@38927 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channel.c')
-rw-r--r--channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channel.c b/channel.c
index efc099b0d..830def796 100644
--- a/channel.c
+++ b/channel.c
@@ -3440,7 +3440,7 @@ enum ast_bridge_result ast_channel_bridge(struct ast_channel *c0, struct ast_cha
}
for (/* ever */;;) {
- struct timeval now;
+ struct timeval now = { 0, };
int to;
to = -1;