mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-23 14:44:28 +00:00
I like it when trunk builds, so let's make res_jabber compile again!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@55534 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2262,7 +2262,7 @@ static int aji_load_config(void)
|
||||
struct ast_variable *var = NULL;
|
||||
|
||||
/* Reset flags to default value */
|
||||
globalflags = { AJI_AUTOPRUNE | AJI_AUTOREGISTER };
|
||||
ast_set_flag(&globalflags, AJI_AUTOPRUNE | AJI_AUTOREGISTER);
|
||||
|
||||
cfg = ast_config_load(JABBER_CONFIG);
|
||||
if (!cfg) {
|
||||
|
Reference in New Issue
Block a user