minor typo in test launching of delegated

This commit is contained in:
Arvid Norberg
2013-09-20 12:18:53 +00:00
parent 8311c170f0
commit 1fb0511c51

View File

@@ -375,7 +375,7 @@ int start_proxy(int proxy_type)
char buf[512];
snprintf(buf, sizeof(buf), "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);