projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74fb27c
)
when loadable modules are disabled, if someone tries to load a module that does not...
author
Kevin P. Fleming
<kpfleming@digium.com>
Tue, 22 Aug 2006 21:57:16 +0000
(21:57 +0000)
committer
Kevin P. Fleming
<kpfleming@digium.com>
Tue, 22 Aug 2006 21:57:16 +0000
(21:57 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40854
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/loader.c
patch
|
blob
|
history
diff --git
a/main/loader.c
b/main/loader.c
index
79aca11
..
3957115
100644
(file)
--- a/
main/loader.c
+++ b/
main/loader.c
@@
-587,6
+587,8
@@
static enum ast_module_load_result load_resource(const char *resource_name, unsi
return AST_MODULE_LOAD_SKIP;
}
}
+#else
+ return AST_MODULE_LOAD_DECLINE;
#endif
}