neighbour calls continuation on SYSERR
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 15 Nov 2011 19:32:37 +0000 (19:32 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 15 Nov 2011 19:32:37 +0000 (19:32 +0000)
src/transport/plugin_transport_http.c

index 5dcdea40054d7b43726016bb13e8ceec2f9e9f19..69d964c431d166cf592ff220687c06d9ed7cad50 100644 (file)
@@ -590,8 +590,6 @@ http_plugin_send (void *cls, const struct GNUNET_PeerIdentity *target,
         GNUNET_CONTAINER_DLL_remove (plugin->head, plugin->tail, s);
         delete_session (s);
       }
-      if (cont != NULL)
-        cont (cont_cls, target, GNUNET_SYSERR);
       return GNUNET_SYSERR;
     }
   }