From: Jeff Peeler Date: Wed, 27 Jan 2010 20:35:56 +0000 (+0000) Subject: Revert 243570, I should have looked at this closer. Will reopen the issue, but X-Git-Tag: 1.4.30-rc2~5^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0704019cc3dd79a33db6cc8fac0f770ade07234;p=thirdparty%2Fasterisk.git Revert 243570, I should have looked at this closer. Will reopen the issue, but am leaving the review closed as the change was pointless. (issue #16488) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@243691 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_queue.c b/apps/app_queue.c index 148caba2cc..763f88f3a5 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -335,7 +335,7 @@ struct callattempt { struct queue_ent { struct call_queue *parent; /*!< What queue is our parent */ char moh[80]; /*!< Name of musiconhold to be used */ - char announce[PATH_MAX]; /*!< Announcement to play for member when call is answered */ + char announce[80]; /*!< Announcement to play for member when call is answered */ char context[AST_MAX_CONTEXT]; /*!< Context when user exits queue */ char digits[AST_MAX_EXTENSION]; /*!< Digits entered while in queue */ int valid_digits; /*!< Digits entered correspond to valid extension. Exited */