]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Wed Feb 11 14:52:29 CST 2009 Pekka Pessi <first.last@nokia.com>
authorMichael Jerris <mike@jerris.com>
Thu, 12 Feb 2009 21:07:15 +0000 (21:07 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 12 Feb 2009 21:07:15 +0000 (21:07 +0000)
  * 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

libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/nua/nua_register.c

index 98c0e1c66f2d6635f953b461493f8ccfc93ef4ac..3634b52570961a51454f394c3b5fdfa9f668f201 100644 (file)
@@ -1 +1 @@
-Thu Feb 12 15:00:54 CST 2009
+Thu Feb 12 15:07:01 CST 2009
index d06917d9cba01ab1789b230352ffe0ee076a0416..42f23a7f45d129078d38c934f3344d0e9d7eafce 100644 (file)
@@ -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);