forked from premiere/premiere-libtorrent
minor typo in test launching of delegated
This commit is contained in:
parent
8311c170f0
commit
1fb0511c51
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue