Skip to content
Snippets Groups Projects
Commit 129fd190 authored by Mark Spencer's avatar Mark Spencer
Browse files

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6329 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent f448fd77
Branches
No related tags found
No related merge requests found
...@@ -1958,6 +1958,7 @@ static int try_calling(struct queue_ent *qe, const char *options, char *announce ...@@ -1958,6 +1958,7 @@ static int try_calling(struct queue_ent *qe, const char *options, char *announce
char nondataquality = 1; char nondataquality = 1;
memset(&bridge_config, 0, sizeof(bridge_config)); memset(&bridge_config, 0, sizeof(bridge_config));
time(&now);
for (; options && *options; options++) for (; options && *options; options++)
switch (*options) { switch (*options) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment