[Asterisk-code-review] modules.conf: Fix more differing usages of assignment operators. (asterisk[master])

Sean Bright asteriskteam at digium.com
Sun Mar 28 10:49:51 CDT 2021


Sean Bright has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/15709 )


Change subject: modules.conf: Fix more differing usages of assignment operators.
......................................................................

modules.conf: Fix more differing usages of assignment operators.

I missed the changes in 18 and master in the previous review.

ASTERISK-24434 #close

Change-Id: Ieb132b2a998ce96daa9c9acf26535a974b895876
---
M configs/samples/modules.conf.sample
1 file changed, 4 insertions(+), 4 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/09/15709/1

diff --git a/configs/samples/modules.conf.sample b/configs/samples/modules.conf.sample
index 8d6e75d..56ffe27 100644
--- a/configs/samples/modules.conf.sample
+++ b/configs/samples/modules.conf.sample
@@ -46,11 +46,11 @@
 noload = res_hep_rtcp.so
 ;
 ; Do not load chan_sip by default, it may conflict with res_pjsip.
-noload => chan_sip.so
+noload = chan_sip.so
 ;
 ; Load one of the voicemail modules as they are mutually exclusive.
 ; By default, load app_voicemail only (automatically).
 ;
-;noload => app_voicemail.so
-noload => app_voicemail_imap.so
-noload => app_voicemail_odbc.so
+;noload = app_voicemail.so
+noload = app_voicemail_imap.so
+noload = app_voicemail_odbc.so

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ieb132b2a998ce96daa9c9acf26535a974b895876
Gerrit-Change-Number: 15709
Gerrit-PatchSet: 1
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20210328/0c5bfa14/attachment.html>


More information about the asterisk-code-review mailing list