From 8a6448fb4f4dbfab07995028ce8f2516c563cac3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 15 Apr 2013 15:00:53 +0000 Subject: -no boolean --- src/gns/test_gns_proxy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gns/test_gns_proxy.c') 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) { char *binary; - if (GNUNET_SYSERR == GNUNET_OS_check_helper_binary ("gnunet-gns-proxy", FALSE, NULL)) + if (GNUNET_SYSERR == GNUNET_OS_check_helper_binary ("gnunet-gns-proxy", GNUNET_NO, NULL)) { fprintf (stderr, "Proxy binary not in PATH... skipping!\n"); return 0; } binary = GNUNET_OS_get_libexec_binary_path ("gnunet-helper-dns"); - if (GNUNET_YES != GNUNET_OS_check_helper_binary (binary, TRUE, NULL)) + if (GNUNET_YES != GNUNET_OS_check_helper_binary (binary, GNUNET_YES, NULL)) { fprintf (stderr, "DNS helper binary has wrong permissions... skipping!\n"); GNUNET_free (binary); -- cgit v1.2.3