mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +00:00
Merged revisions 165254 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r165254 | murf | 2008-12-17 13:50:19 -0700 (Wed, 17 Dec 2008) | 5 lines This patch is here committed to satisfy the buildbot, who has a problem with the const. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@165279 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2979,7 +2979,7 @@ struct ast_sw {
|
||||
struct ast_ignorepat {
|
||||
const char *registrar;
|
||||
struct ast_ignorepat *next;
|
||||
const char pattern[0];
|
||||
char pattern[0];
|
||||
};
|
||||
|
||||
/*! \brief ast_context: An extension context */
|
||||
|
||||
Reference in New Issue
Block a user