summaryrefslogtreecommitdiff
path: root/res/res_pjsip_authenticator_digest.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_pjsip_authenticator_digest.c')
-rw-r--r--res/res_pjsip_authenticator_digest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/res_pjsip_authenticator_digest.c b/res/res_pjsip_authenticator_digest.c
index 2688553e5..8a781254c 100644
--- a/res/res_pjsip_authenticator_digest.c
+++ b/res/res_pjsip_authenticator_digest.c
@@ -466,6 +466,8 @@ static int reload_module(void)
static int load_module(void)
{
+ CHECK_PJSIP_MODULE_LOADED();
+
if (build_entity_id()) {
return AST_MODULE_LOAD_DECLINE;
}