[Asterisk-code-review] res pjsip outbound registration.c: Reorder load module() and... (asterisk[13])

Richard Mudgett asteriskteam at digium.com
Thu Jun 25 14:39:48 CDT 2015


Hello Kevin Harwell, Joshua Colp,

I'd like you to reexamine a change.  Please visit

    https://gerrit.asterisk.org/686

to look at the new patch set (#3).

Change subject: res_pjsip_outbound_registration.c: Reorder load_module() and unload_module().
......................................................................

res_pjsip_outbound_registration.c: Reorder load_module() and unload_module().

It is best if the loading code creates and initializes the module's
infrastructure before letting the system know of its existence.  The
unloading code needs to reverse the actions of the loading code and in the
reverse order.

ASTERISK-24907
Reported by: Kevin Harwell

Change-Id: I5d151383e9787b5b60aa5e1627b10f040acdded4
---
M res/res_pjsip_outbound_registration.c
1 file changed, 44 insertions(+), 27 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/86/686/3
-- 
To view, visit https://gerrit.asterisk.org/686
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I5d151383e9787b5b60aa5e1627b10f040acdded4
Gerrit-PatchSet: 3
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>



More information about the asterisk-code-review mailing list