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

Richard Mudgett asteriskteam at digium.com
Thu Jun 25 14:40:32 CDT 2015


Hello Mark Michelson,

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

    https://gerrit.asterisk.org/704

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

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/04/704/2
-- 
To view, visit https://gerrit.asterisk.org/704
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I5d151383e9787b5b60aa5e1627b10f040acdded4
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>



More information about the asterisk-code-review mailing list