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

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6329 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-08-14 03:08:08 +00:00
parent f448fd7703
commit 129fd190a9

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) {