(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Mon, 12 Jul 2010 14:55:01 +0000 (14:55 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Mon, 12 Jul 2010 14:55:01 +0000 (14:55 +0000)
src/transport/plugin_transport_http.c

index 36e0f6a4921bc3b577e58d4c53d401604c3f5eef..9df0583d264f5fb41d663f176f3e28a38087d740 100644 (file)
@@ -2075,7 +2075,7 @@ libgnunet_plugin_transport_http_done (void *cls)
   }
 
   /* free all peer information */
-  if (map!=NULL)
+  if (plugin->peers!=NULL)
   {
          GNUNET_CONTAINER_multihashmap_iterate (plugin->peers,
                                                                                         &remove_peer_context_Iterator,