]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix windows compile
authorJeff Lenk <jeff@jefflenk.com>
Sun, 17 Jul 2011 00:13:27 +0000 (19:13 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Sun, 17 Jul 2011 00:13:27 +0000 (19:13 -0500)
libs/sofia-sip/libsofia-sip-ua/nua/nua_dialog.c

index d2b7caf66d30d3e1440d2682533a6370371dc46a..d774b82d8d3eee862446bde7a083b0e8b8a76556 100644 (file)
@@ -377,10 +377,10 @@ nua_dialog_usage_remove_at(nua_owner_t *own,
        nua_dialog_usage_t *du = NULL;
 
   if (*at) {
-    du = *at;
     sip_event_t const *o = NULL;
     nua_client_request_t *cr, *cr_next;
     nua_server_request_t *sr, *sr_next;
+    du = *at;
 
     *at = du->du_next;