gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r28298 - gnunet/src/dv


From: gnunet
Subject: [GNUnet-SVN] r28298 - gnunet/src/dv
Date: Wed, 24 Jul 2013 14:14:20 +0200

Author: grothoff
Date: 2013-07-24 14:14:20 +0200 (Wed, 24 Jul 2013)
New Revision: 28298

Modified:
   gnunet/src/dv/gnunet-service-dv.c
Log:
-do NOT cancel here

Modified: gnunet/src/dv/gnunet-service-dv.c
===================================================================
--- gnunet/src/dv/gnunet-service-dv.c   2013-07-24 12:12:51 UTC (rev 28297)
+++ gnunet/src/dv/gnunet-service-dv.c   2013-07-24 12:14:20 UTC (rev 28298)
@@ -1,4 +1,4 @@
-/*
+7/*
      This file is part of GNUnet.
      (C) 2013 Christian Grothoff (and other contributing authors)
 
@@ -1325,7 +1325,6 @@
   case GNUNET_SET_STATUS_FAILURE:
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                "Failed to establish DV union, will try again later\n");
-    GNUNET_SET_operation_cancel (neighbor->set_op); /* FIXME: needed? */
     neighbor->set_op = NULL;
     if (NULL != neighbor->neighbor_table_consensus)
     {
@@ -1371,7 +1370,6 @@
     break;
   case GNUNET_SET_STATUS_DONE:
     /* operation done, schedule next run! */
-    GNUNET_SET_operation_cancel (neighbor->set_op); /* FIXME: needed? */
     neighbor->set_op = NULL;
     if (1 == GNUNET_CRYPTO_hash_cmp (&neighbor->peer.hashPubKey,
                                     &my_identity.hashPubKey))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]