Backport a tiny fix from trunk that makes GCC 4.4.x happier.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@231695 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Kevin P. Fleming 16 years ago
parent 6f122d97ae
commit 112492b3f9

@ -38,8 +38,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/channel.h" /* AST_MAX_EXTENSION */
#include "asterisk/callerid.h"
static char *config = "extensions.conf";
static char *registrar = "pbx_config";
static char config[] = "extensions.conf";
static char registrar[] = "pbx_config";
static char userscontext[AST_MAX_EXTENSION] = "default";
static int static_config = 0;

Loading…
Cancel
Save