<p>Joshua Colp has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/14817">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">parking: Copy parker UUID as well.<br><br>When fixing issues uncovered by GCC10 a copy of the parker UUID<br>was removed accidentally. This change restores it so that the<br>subscription has the data it needs.<br><br>ASTERISK-29042<br><br>Change-Id: I7d396a14ea648bd26d3c363dd78e78bd386b544a<br>---<br>M res/parking/parking_bridge_features.c<br>1 file changed, 1 insertion(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/17/14817/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/res/parking/parking_bridge_features.c b/res/parking/parking_bridge_features.c</span><br><span>index 69b437b..30f4526 100644</span><br><span>--- a/res/parking/parking_bridge_features.c</span><br><span>+++ b/res/parking/parking_bridge_features.c</span><br><span>@@ -194,6 +194,7 @@</span><br><span>    subscription_data->hangup_after = hangup_after;</span><br><span>   subscription_data->parkee_uuid = subscription_data->parker_uuid + parker_uuid_size;</span><br><span>    ast_copy_string(subscription_data->parkee_uuid, parkee_uuid, parkee_uuid_size);</span><br><span style="color: hsl(120, 100%, 40%);">+    ast_copy_string(subscription_data->parker_uuid, parker_uuid, parker_uuid_size);</span><br><span> </span><br><span>       if (!(parked_datastore->parked_subscription = stasis_subscribe_pool(ast_parking_topic(), parker_update_cb, subscription_data))) {</span><br><span>                 return -1;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/14817">change 14817</a>. To unsubscribe, or for help writing mail filters, 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/c/asterisk/+/14817"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-Change-Id: I7d396a14ea648bd26d3c363dd78e78bd386b544a </div>
<div style="display:none"> Gerrit-Change-Number: 14817 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Joshua Colp <jcolp@sangoma.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>