[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r36183 - gnunet/src/util
From: |
gnunet |
Subject: |
[GNUnet-SVN] r36183 - gnunet/src/util |
Date: |
Mon, 3 Aug 2015 11:48:29 +0200 |
Author: grothoff
Date: 2015-08-03 11:48:29 +0200 (Mon, 03 Aug 2015)
New Revision: 36183
Modified:
gnunet/src/util/test_client.c
Log:
-agreed
Modified: gnunet/src/util/test_client.c
===================================================================
--- gnunet/src/util/test_client.c 2015-08-03 09:45:31 UTC (rev 36182)
+++ gnunet/src/util/test_client.c 2015-08-03 09:48:29 UTC (rev 36183)
@@ -179,9 +179,6 @@
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");*/
ok = 1;
GNUNET_SCHEDULER_run (&task, &ok);
GNUNET_CONFIGURATION_destroy (cfg);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r36183 - gnunet/src/util,
gnunet <=