aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-17 21:10:38 +0000
committermogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-17 21:10:38 +0000
commit3578d9e47885da555baa7417ace318a8637f83b2 (patch)
tree0a4bb320704f3be0ac3876cfbecc616e7811d1e2
parent4da80042ee59c40f4770713fede11374a627956f (diff)
oops all better now.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8153 f38db490-d61c-443f-a65b-d21fe96a405b
-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';
}
}