Browse Source

Make remote mode mandatory standalone.

master
Con Kolivas 8 years ago
parent
commit
30c86b5c25
  1. 2
      src/ckpool.c

2
src/ckpool.c

@ -1735,7 +1735,7 @@ int main(int argc, char **argv)
case 't':
if (ckp.proxy)
quit(1, "Cannot set a proxy type and trusted remote mode");
ckp.remote = true;
ckp.standalone = ckp.remote = true;
break;
case 'u':
if (ckp.proxy || ckp.redirector || ckp.passthrough || ckp.node)

Loading…
Cancel
Save