mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
Wed Feb 11 14:52:29 CST 2009 Pekka Pessi <first.last@nokia.com>
* nua_stack_launch_network_change_detector: fixed root usage Ignore-this: 3db82870d6996c32605109d8295b4a00 su_root_add_network_changed() should use stack root, not api root. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11940 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
cff0c8b16b
commit
dded4ad263
@ -1 +1 @@
|
||||
Thu Feb 12 15:00:54 CST 2009
|
||||
Thu Feb 12 15:07:01 CST 2009
|
||||
|
@ -1267,7 +1267,7 @@ int nua_stack_launch_network_change_detector(nua_t *nua)
|
||||
su_network_changed_t *snc = NULL;
|
||||
|
||||
snc = su_root_add_network_changed(nua->nua_home,
|
||||
nua->nua_api_root,
|
||||
nua->nua_root,
|
||||
nua_network_changed_cb,
|
||||
nua);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user