[Asterisk-code-review] res_pjsip_refer: Sync load- and build-time deps. (asterisk[master])

Alexander Traud asteriskteam at digium.com
Fri Apr 17 04:21:28 CDT 2020


Alexander Traud has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/14266 )


Change subject: res_pjsip_refer: Sync load- and build-time deps.
......................................................................

res_pjsip_refer: Sync load- and build-time deps.

MODULEINFO is checked while buidling/linking the module.
AST_MODULE_INFO is checked while loading/running the module.

ASTERISK-28838

Change-Id: Ic693c3f464e35ec0db242afdb0a1415806af4e25
---
M res/res_pjsip_refer.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/66/14266/1

diff --git a/res/res_pjsip_refer.c b/res/res_pjsip_refer.c
index 797f257..90f262b 100644
--- a/res/res_pjsip_refer.c
+++ b/res/res_pjsip_refer.c
@@ -1257,5 +1257,5 @@
 	.load = load_module,
 	.unload = unload_module,
 	.load_pri = AST_MODPRI_APP_DEPEND,
-	.requires = "res_pjsip,res_pjsip_session,res_pjsip_pubsub",
+	.requires = "res_pjsip,res_pjsip_session",
 );

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/14266
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ic693c3f464e35ec0db242afdb0a1415806af4e25
Gerrit-Change-Number: 14266
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20200417/7cf527e9/attachment.html>


More information about the asterisk-code-review mailing list