<p>Jenkins2 <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/7045">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Joshua Colp: Looks good to me, but someone else must approve
  Richard Mudgett: Looks good to me, approved
  Jenkins2: Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">stream: Return error from ast_stream_topology_set_stream.<br><br>ast_stream_topology_set_stream had suppressed error codes from<br>AST_VECTOR_APPEND.  The result of AST_VECTOR_APPEND needs to be returned<br>to the caller so they can take appropriate action on the stream.<br><br>Change-Id: I6c0d12755743eadba1357f6153526cc055592856<br>---<br>M main/stream.c<br>1 file changed, 1 insertion(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/main/stream.c b/main/stream.c<br>index c233b2f..61eef25 100644<br>--- a/main/stream.c<br>+++ b/main/stream.c<br>@@ -415,8 +415,7 @@<br>         stream->position = position;<br> <br>    if (position == AST_VECTOR_SIZE(&topology->streams)) {<br>-                AST_VECTOR_APPEND(&topology->streams, stream);<br>-                return 0;<br>+            return AST_VECTOR_APPEND(&topology->streams, stream);<br>  }<br> <br>  return AST_VECTOR_REPLACE(&topology->streams, position, stream);<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7045">change 7045</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/7045"/><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: merged </div>
<div style="display:none"> Gerrit-Change-Id: I6c0d12755743eadba1357f6153526cc055592856 </div>
<div style="display:none"> Gerrit-Change-Number: 7045 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Richard Mudgett <rmudgett@digium.com> </div>