From: Jeff Burdges Date: Sun, 2 Aug 2015 20:49:28 +0000 (+0000) Subject: This appears to be dead code. I'm not really sure however! X-Git-Tag: initial-import-from-subversion-38251~1549 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=de22198716554a6da9ac904477659f35f3943b77;p=oweals%2Fgnunet.git 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? --- diff --git a/src/util/test_client.c b/src/util/test_client.c index a0a95e1d6..06aa90416 100644 --- a/src/util/test_client.c +++ b/src/util/test_client.c @@ -179,8 +179,9 @@ main (int argc, char *argv[]) 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);