From 90b4d8b9beb016ea6257ccaa4e7869caa004c0ab Mon Sep 17 00:00:00 2001 From: Matt O'Gorman Date: Tue, 17 Jan 2006 21:10:38 +0000 Subject: oops all better now. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8153 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_queue.c') diff --git a/apps/app_queue.c b/apps/app_queue.c index 9aee2f191..7c9fc5171 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -590,7 +590,7 @@ static void init_queue(struct ast_call_queue *q) ast_copy_string(q->sound_reporthold, "queue-reporthold", sizeof(q->sound_reporthold)); ast_copy_string(q->sound_periodicannounce[0], "queue-periodic-announce", sizeof(q->sound_periodicannounce[0])); for (i=1;isound_periodicannounce[i], "", sizeof(q->sound_periodicannounce[i])); + q->sound_periodicannounce[i][0]='\0'; } } -- cgit v1.2.3