- merge; service API change
[oweals/gnunet.git] / src / exit / gnunet-daemon-exit.c
index 1b129c64363bb6afd21859a7b61c1845f5f75807..68699db717fa98fad9f225affb4fa0d68c1ef755 100644 (file)
@@ -747,9 +747,8 @@ get_redirect_state (int af,
     return NULL;
   /* Mark this connection as freshly used */
   if (NULL == state_key)
-    GNUNET_CONTAINER_heap_update_cost (connections_heap,
-                                      state->specifics.tcp_udp.heap_node,
-                                      GNUNET_TIME_absolute_get ().abs_value_us);
+    GNUNET_CONTAINER_heap_update_cost (state->specifics.tcp_udp.heap_node,
+                                       GNUNET_TIME_absolute_get ().abs_value_us);
   return state;
 }