summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rwxr-xr-xapps/app_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index b56741a0e..8553f6d6c 100755
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -1882,7 +1882,7 @@ static int try_calling(struct queue_ent *qe, const char *options, char *announce
char *announce = NULL;
char digit = 0;
time_t callstart;
- time_t now;
+ time_t now = time(NULL);
struct ast_bridge_config bridge_config;
char nondataquality = 1;