summaryrefslogtreecommitdiff
path: root/src/dopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dopt.c')
-rw-r--r--src/dopt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dopt.c b/src/dopt.c
index e38c1a3..602b0af 100644
--- a/src/dopt.c
+++ b/src/dopt.c
@@ -68,8 +68,6 @@ int arg_port = DISTCC_DEFAULT_PORT;
int arg_stats = DISTCC_DEFAULT_STATS_ENABLED;
int arg_stats_port = DISTCC_DEFAULT_STATS_PORT;
-int opt_allow_private = 0;
-
/** If true, serve all requests directly from listening process
without forking. Better for debugging. **/
int opt_no_fork = 0;
@@ -83,6 +81,8 @@ char *opt_listen_addr = NULL;
struct dcc_allow_list *opt_allowed = NULL;
+int opt_allow_private = 0;
+
/**
* If true, don't detach from the parent. This is probably necessary
* for use with daemontools or other monitoring programs, and is also