gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r8960 - gnunet/src/testing
Date: Mon, 7 Sep 2009 07:03:57 -0600

Author: grothoff
Date: 2009-09-07 07:03:55 -0600 (Mon, 07 Sep 2009)
New Revision: 8960

Modified:
   gnunet/src/testing/testing.c
Log:
fix

Modified: gnunet/src/testing/testing.c
===================================================================
--- gnunet/src/testing/testing.c        2009-09-07 12:47:43 UTC (rev 8959)
+++ gnunet/src/testing/testing.c        2009-09-07 13:03:55 UTC (rev 8960)
@@ -215,11 +215,11 @@
              GNUNET_i2s(my_identity));
 #endif
   d->id = *my_identity;
+  d->server = server;
   if (GNUNET_YES == d->dead)
     GNUNET_TESTING_daemon_stop (d, d->dead_cb, d->dead_cb_cls);
   else if (NULL != cb)
     cb (d->cb_cls, my_identity, d->cfg, d, NULL);
-  d->server = server;
 }
 
 
@@ -309,9 +309,8 @@
                                            d->cfgfile,
 #if DEBUG_TESTING
                                            "-L", "DEBUG",
-#else
-                                           "-d",
 #endif
+                                           "-d",
                                            NULL);
        }
       else





reply via email to

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