gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14560 - gnunet/src/testing


From: gnunet
Subject: [GNUnet-SVN] r14560 - gnunet/src/testing
Date: Wed, 2 Mar 2011 12:54:54 +0100

Author: nevans
Date: 2011-03-02 12:54:54 +0100 (Wed, 02 Mar 2011)
New Revision: 14560

Modified:
   gnunet/src/testing/testing.c
Log:
Set hostkeycallback to null.

Modified: gnunet/src/testing/testing.c
===================================================================
--- gnunet/src/testing/testing.c        2011-03-02 11:39:01 UTC (rev 14559)
+++ gnunet/src/testing/testing.c        2011-03-02 11:54:54 UTC (rev 14560)
@@ -440,6 +440,7 @@
       if (d->hostkey_callback != NULL)
         {
           d->hostkey_callback (d->hostkey_cls, &d->id, d, NULL);
+          d->hostkey_callback = NULL;
           d->phase = SP_HOSTKEY_CREATED;
         }
       else




reply via email to

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