diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-01-16 10:24:39 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-01-16 10:24:39 -0500 |
commit | 17c63ff9f64c9f678f566bca70497992f5d4d04d (patch) | |
tree | 6e6749afcedceb85e693738cc219e585ba3904a0 /src/app | |
parent | 4025cbada6ab01247275faec8dd32ae857ef0fd5 (diff) | |
parent | 77246dc0d8b90e99bb411475da1911919799dae8 (diff) | |
download | tor-17c63ff9f64c9f678f566bca70497992f5d4d04d.tar.gz tor-17c63ff9f64c9f678f566bca70497992f5d4d04d.zip |
Merge remote-tracking branch 'tor-github/pr/1663'
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/main/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/main/main.c b/src/app/main/main.c index 36f85c6a40..b533406eaa 100644 --- a/src/app/main/main.c +++ b/src/app/main/main.c @@ -1240,7 +1240,7 @@ tor_run_main(const tor_main_configuration_t *tor_cfg) int done = 0; result = nt_service_parse_options(argc, argv, &done); - if (done) + if (POSSIBLE(done)) goto done; pubsub_install(); |