aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/test_gns_proxy.c')
-rw-r--r--src/gns/test_gns_proxy.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gns/test_gns_proxy.c b/src/gns/test_gns_proxy.c
index 35350e8bb..96fe35ede 100644
--- a/src/gns/test_gns_proxy.c
+++ b/src/gns/test_gns_proxy.c
@@ -441,6 +441,12 @@ main (int argc, char *const *argv)
441 return 0; 441 return 0;
442 } 442 }
443 443
444 if (GNUNET_YES != GNUNET_OS_check_helper_binary ("gnunet-helper-dns"))
445 {
446 fprintf (stderr, "DNS helper binary has wrong permissions... skipping!\n");
447 return 0;
448 }
449
444 GNUNET_CRYPTO_setup_hostkey ("test_gns_proxy.conf"); 450 GNUNET_CRYPTO_setup_hostkey ("test_gns_proxy.conf");
445 451
446 if (0 != curl_global_init (CURL_GLOBAL_WIN32)) 452 if (0 != curl_global_init (CURL_GLOBAL_WIN32))