summaryrefslogtreecommitdiff
path: root/res/res_phoneprov.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2009-03-18 02:39:36 +0000
committerKevin P. Fleming <kpfleming@digium.com>2009-03-18 02:39:36 +0000
commita5c2ac4fc22ab4be5e4d3248bdfb5872321aff6a (patch)
treee040c8ea2d1578ed3da52356691e16bedaa38a1e /res/res_phoneprov.c
parent0bdd99ad6431d6f3cac028e998860b670628d1be (diff)
a few more namespace updates... res_ael_share still needs some work before this can be merged to other release branches
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@182848 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_phoneprov.c')
-rw-r--r--res/res_phoneprov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_phoneprov.c b/res/res_phoneprov.c
index d71139e13..cbd1eaaa0 100644
--- a/res/res_phoneprov.c
+++ b/res/res_phoneprov.c
@@ -1305,7 +1305,7 @@ static int reload(void)
return 0;
}
-AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_GLOBAL_SYMBOLS, "HTTP Phone Provisioning",
+AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, "HTTP Phone Provisioning",
.load = load_module,
.unload = unload_module,
.reload = reload,