dect
/
asterisk
Archived
13
0
Fork 0

Make sure "now" is initialized (bug #4961)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6329 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2005-08-14 03:08:08 +00:00
parent d21c987345
commit 9fbf43815a
1 changed files with 1 additions and 0 deletions

View File

@ -1958,6 +1958,7 @@ static int try_calling(struct queue_ent *qe, const char *options, char *announce
char nondataquality = 1;
memset(&bridge_config, 0, sizeof(bridge_config));
time(&now);
for (; options && *options; options++)
switch (*options) {