the time must be initialized for the 'n' option to actually work (bug #4834)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6238 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant 2005-07-27 22:55:48 +00:00
parent bbb33e5c41
commit 50a1d758d5
1 changed files with 1 additions and 1 deletions

View File

@ -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;