mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-23 14:44:28 +00:00
make configuration variable const so they are not accidentally
modified. This requires casting the strings in asterisk.c when writing to them, so we do it through a macro to do it consistently. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@93603 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
# include <glob.h>
|
||||
#endif
|
||||
|
||||
static char ast_config_AST_CONFIG_DIR[PATH_MAX] = {"/etc/asterisk"};
|
||||
static const char ast_config_AST_CONFIG_DIR[PATH_MAX] = {"/etc/asterisk"};
|
||||
#define AST_API_MODULE 1 /* gimme the inline defs! */
|
||||
struct ast_channel
|
||||
{
|
||||
|
Reference in New Issue
Block a user