From dfaddedc6fc4ebc4960a083f97f9a5f53332b010 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 18 Sep 2013 09:05:27 +0000 Subject: [PATCH] another attempt to not make delegated stall --- test/setup_transfer.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/setup_transfer.cpp b/test/setup_transfer.cpp index 2b5b14632..574a7a07e 100644 --- a/test/setup_transfer.cpp +++ b/test/setup_transfer.cpp @@ -343,8 +343,7 @@ int start_proxy(int proxy_type) } char buf[512]; - // 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 " + snprintf(buf, sizeof(buf), "delegated -P%d ADMIN=test@test.com " "PERMIT=\"*:*:localhost\" REMITTABLE=\"*\" RELAY=proxy,delegate " "SERVER=%s %s &" , port, type, auth);