[Asterisk-code-review] cdr syslog: Remove extra parentheses (asterisk[master])

Rodrigo Ramirez Norambuena asteriskteam at digium.com
Sat Sep 9 12:02:14 CDT 2017


Rodrigo Ramirez Norambuena has uploaded this change for review. ( https://gerrit.asterisk.org/6467


Change subject: cdr_syslog: Remove extra parentheses
......................................................................

cdr_syslog: Remove extra parentheses

Change-Id: Ifbc92334d9b294c896e20497aacc0fe8bff7bc46
---
M cdr/cdr_syslog.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/67/6467/1

diff --git a/cdr/cdr_syslog.c b/cdr/cdr_syslog.c
index bbe2652..9d27438 100644
--- a/cdr/cdr_syslog.c
+++ b/cdr/cdr_syslog.c
@@ -276,7 +276,7 @@
 		return AST_MODULE_LOAD_DECLINE;
 	}
 
-	if ((res = load_config(1))) {
+	if (res = load_config(1)) {
 		free_config();
 	}
 

-- 
To view, visit https://gerrit.asterisk.org/6467
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifbc92334d9b294c896e20497aacc0fe8bff7bc46
Gerrit-Change-Number: 6467
Gerrit-PatchSet: 1
Gerrit-Owner: Rodrigo Ramirez Norambuena <a at rodrigoramirez.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20170909/8a3b0912/attachment.html>


More information about the asterisk-code-review mailing list