summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authorMatt O'Gorman <mogorman@digium.com>2006-01-17 21:10:38 +0000
committerMatt O'Gorman <mogorman@digium.com>2006-01-17 21:10:38 +0000
commit90b4d8b9beb016ea6257ccaa4e7869caa004c0ab (patch)
tree0a4bb320704f3be0ac3876cfbecc616e7811d1e2 /apps/app_queue.c
parent24c4e062cc86e615a2c73c53fb5c4c06d3de1179 (diff)
oops all better now.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8153 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_queue.c')
-rw-r--r--apps/app_queue.c2
1 files changed, 1 insertions, 1 deletions
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;i<MAX_PERIODIC_ANNOUNCEMENTS;i++) {
- ast_copy_string(q->sound_periodicannounce[i], "", sizeof(q->sound_periodicannounce[i]));
+ q->sound_periodicannounce[i][0]='\0';
}
}