aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_adsi.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-20 14:48:31 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-20 14:48:31 +0000
commit61abfce8381f693f82c7b3d80c63f8c27692036c (patch)
tree7b72503043a18c62161b7ca59402c55c4b234b7f /res/res_adsi.c
parenta6dff93b2b5c5ecc65e7dbc524aba0761b3abca5 (diff)
Add the adsistub file to the Asterisk makefile, fix a stub definition, and no longer make the symbols from res_adsi global since they don't need to be.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@65233 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_adsi.c')
-rw-r--r--res/res_adsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_adsi.c b/res/res_adsi.c
index 97ce90182..6b3fccf14 100644
--- a/res/res_adsi.c
+++ b/res/res_adsi.c
@@ -1175,7 +1175,7 @@ static int unload_module(void)
return -1;
}
-AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_GLOBAL_SYMBOLS, "ADSI Resource",
+AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, "ADSI Resource",
.load = load_module,
.unload = unload_module,
.reload = reload,