From 413f7b00babb32c9d51613fa8fd615cae5aa44fe Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 18 Sep 2013 08:43:08 +0000 Subject: [PATCH] run delegated.exe as a background process in case it can't daemonize --- test/setup_transfer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/setup_transfer.cpp b/test/setup_transfer.cpp index 028ad7b16..2b5b14632 100644 --- a/test/setup_transfer.cpp +++ b/test/setup_transfer.cpp @@ -346,7 +346,7 @@ int start_proxy(int proxy_type) // we need to echo n since dg will ask us to configure it snprintf(buf, sizeof(buf), "echo n | delegated -P%d ADMIN=test@test.com " "PERMIT=\"*:*:localhost\" REMITTABLE=\"*\" RELAY=proxy,delegate " - "SERVER=%s %s" + "SERVER=%s %s &" , port, type, auth); fprintf(stderr, "%s starting delegated proxy on port %d (%s %s)...\n", time_now_string(), port, type, auth);