Skip to content
Snippets Groups Projects
Commit cf22a452 authored by Olle Johansson's avatar Olle Johansson
Browse files

Add warning about res_adsi not being optional to menuselect

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@42519 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent be29512d
No related branches found
No related tags found
No related merge requests found
......@@ -1123,7 +1123,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_GLOBAL_SYMBOLS, "ADSI Resource (not optional)",
.load = load_module,
.unload = unload_module,
.reload = reload,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment