excluded test cases for SP for now, while it does not fully work yet
[oweals/gnunet.git] / src / scalarproduct / test_scalarproduct_api_regression.c
index 1042b10da628c23849918b9bc9198a940f694e56..391fa483a1e29e75c395334309950eb067c7e3dd 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
      This file is part of GNUnet.
      (C) 2013 Christian Grothoff (and other contributing authors)
@@ -656,7 +655,7 @@ scalarproduct_da (void *cls, void *op_result)
 {
   struct PeerData* peer = (struct PeerData*) cls;
 
-  GNUNET_SCALARPRODUCT_disconnect (peer->vh);
+  GNUNET_SCALARPRODUCT_cancel (peer->vh);
   peer->vh = NULL;
   return;
 }