gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r36167 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r36167 - gnunet/src/util
Date: Sun, 2 Aug 2015 22:49:29 +0200

Author: burdges
Date: 2015-08-02 22:49:28 +0200 (Sun, 02 Aug 2015)
New Revision: 36167

Modified:
   gnunet/src/util/test_client.c
Log:
This appears to be dead code.  I'm not really sure however! 
Can someone please tell me if this would break any testing situation
and/or revert it?



Modified: gnunet/src/util/test_client.c
===================================================================
--- gnunet/src/util/test_client.c       2015-08-02 20:11:22 UTC (rev 36166)
+++ gnunet/src/util/test_client.c       2015-08-02 20:49:28 UTC (rev 36167)
@@ -179,8 +179,9 @@
   cfg = GNUNET_CONFIGURATION_create ();
   GNUNET_CONFIGURATION_set_value_number (cfg, MYNAME, "PORT", PORT);
   GNUNET_CONFIGURATION_set_value_string (cfg, MYNAME, "HOSTNAME", "localhost");
+/* Appears unnecessary : 
   GNUNET_CONFIGURATION_set_value_string (cfg, "resolver", "HOSTNAME",
-                                         "localhost");
+                                         "localhost");*/
   ok = 1;
   GNUNET_SCHEDULER_run (&task, &ok);
   GNUNET_CONFIGURATION_destroy (cfg);




reply via email to

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