<p>Rodrigo Ramirez Norambuena has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/6467">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">cdr_syslog: Remove extra parentheses<br><br>Change-Id: Ifbc92334d9b294c896e20497aacc0fe8bff7bc46<br>---<br>M cdr/cdr_syslog.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/67/6467/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/cdr/cdr_syslog.c b/cdr/cdr_syslog.c<br>index bbe2652..9d27438 100644<br>--- a/cdr/cdr_syslog.c<br>+++ b/cdr/cdr_syslog.c<br>@@ -276,7 +276,7 @@<br>              return AST_MODULE_LOAD_DECLINE;<br>       }<br> <br>- if ((res = load_config(1))) {<br>+        if (res = load_config(1)) {<br>           free_config();<br>        }<br> <br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/6467">change 6467</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/6467"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ifbc92334d9b294c896e20497aacc0fe8bff7bc46 </div>
<div style="display:none"> Gerrit-Change-Number: 6467 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Rodrigo Ramirez Norambuena <a@rodrigoramirez.com> </div>