From 1079f746c943b2efffa28970fe03f679334c3bb3 Mon Sep 17 00:00:00 2001 From: Christian Fuchs Date: Fri, 19 Apr 2013 14:58:06 +0000 Subject: added privilege testing parameters for nat-server and added parameters to currently windows-only tests (less work in the future, even if this is ATM unused) --- src/dns/gnunet-service-dns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dns') diff --git a/src/dns/gnunet-service-dns.c b/src/dns/gnunet-service-dns.c index b7ecee0d7..5e9de5f4d 100644 --- a/src/dns/gnunet-service-dns.c +++ b/src/dns/gnunet-service-dns.c @@ -1043,7 +1043,7 @@ run (void *cls, struct GNUNET_SERVER_Handle *server, cfg = cfg_; binary = GNUNET_OS_get_libexec_binary_path ("gnunet-helper-dns"); if (GNUNET_YES != - GNUNET_OS_check_helper_binary (binary, GNUNET_YES, NULL)) + GNUNET_OS_check_helper_binary (binary, GNUNET_YES, NULL)) // TODO: once we have a windows-testcase, add test parameters here { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _("`%s' must be installed SUID, refusing to run\n"), -- cgit v1.2.3