<p>Corey Farrell has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/7312">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_parking: Make load_pri explicit.<br><br>I'm unsure this is correct but res_parking has a load_pri of 0, meaning<br>it's one of the very first modules loaded after modules with global<br>symbols.  I suspect it should be AST_MODPRI_CHANNEL_DEPEND but for now<br>just update the code to make it clear the priority is 0, not<br>AST_MODPRI_DEFAULT.<br><br>Change-Id: I297b6fb3ff6993ec004e667b22a74f5925906259<br>---<br>M res/res_parking.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/12/7312/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/res/res_parking.c b/res/res_parking.c<br>index fbe256c..593134b 100644<br>--- a/res/res_parking.c<br>+++ b/res/res_parking.c<br>@@ -1300,4 +1300,5 @@<br>        .load = load_module,<br>  .unload = unload_module,<br>      .reload = reload_module,<br>+     .load_pri = 0,<br> );<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7312">change 7312</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/7312"/><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-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I297b6fb3ff6993ec004e667b22a74f5925906259 </div>
<div style="display:none"> Gerrit-Change-Number: 7312 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>