aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_proxy.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-04-15 15:00:53 +0000
committerChristian Grothoff <christian@grothoff.org>2013-04-15 15:00:53 +0000
commit8a6448fb4f4dbfab07995028ce8f2516c563cac3 (patch)
treeb73a10218990841af0d58f2e433752f8092c4aec /src/gns/test_gns_proxy.c
parent4e668e13d72a1fc55abfe69578c0486fdf02cd78 (diff)
downloadgnunet-8a6448fb4f4dbfab07995028ce8f2516c563cac3.tar.gz
gnunet-8a6448fb4f4dbfab07995028ce8f2516c563cac3.zip
-no boolean
Diffstat (limited to 'src/gns/test_gns_proxy.c')
-rw-r--r--src/gns/test_gns_proxy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/test_gns_proxy.c b/src/gns/test_gns_proxy.c
index 68830ca7f..3ec2bf95c 100644
--- a/src/gns/test_gns_proxy.c
+++ b/src/gns/test_gns_proxy.c
@@ -446,13 +446,13 @@ main (int argc, char *const *argv)
446{ 446{
447 char *binary; 447 char *binary;
448 448
449 if (GNUNET_SYSERR == GNUNET_OS_check_helper_binary ("gnunet-gns-proxy", FALSE, NULL)) 449 if (GNUNET_SYSERR == GNUNET_OS_check_helper_binary ("gnunet-gns-proxy", GNUNET_NO, NULL))
450 { 450 {
451 fprintf (stderr, "Proxy binary not in PATH... skipping!\n"); 451 fprintf (stderr, "Proxy binary not in PATH... skipping!\n");
452 return 0; 452 return 0;
453 } 453 }
454 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-helper-dns"); 454 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-helper-dns");
455 if (GNUNET_YES != GNUNET_OS_check_helper_binary (binary, TRUE, NULL)) 455 if (GNUNET_YES != GNUNET_OS_check_helper_binary (binary, GNUNET_YES, NULL))
456 { 456 {
457 fprintf (stderr, "DNS helper binary has wrong permissions... skipping!\n"); 457 fprintf (stderr, "DNS helper binary has wrong permissions... skipping!\n");
458 GNUNET_free (binary); 458 GNUNET_free (binary);