From 763b92fc59a1e01fa537db5d3bd8117dfdad6574 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Tue, 19 Aug 2014 17:44:31 +1000 Subject: [PATCH] Make passthrough automatically set standalone mode --- src/ckpool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ckpool.c b/src/ckpool.c index 30683844..2640543a 100644 --- a/src/ckpool.c +++ b/src/ckpool.c @@ -1097,7 +1097,7 @@ int main(int argc, char **argv) case 'P': if (ckp.proxy) quit(1, "Cannot set both proxy and passthrough mode"); - ckp.proxy = ckp.passthrough = true; + ckp.standalone = ckp.proxy = ckp.passthrough = true; break; case 'p': if (ckp.passthrough)