diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-06-17 09:18:45 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-06-17 09:18:45 -0400 |
commit | c8cb55659acca96530a1d7f54bb96cac84626e17 (patch) | |
tree | 1586bfb3390c9738df379163792748b566428734 /src | |
parent | 59fa0c2d996621af5c6990534fe9a07864882975 (diff) | |
parent | 75388f67c07d1a48c6fb9c5d1c4441ab66b644c0 (diff) | |
download | tor-c8cb55659acca96530a1d7f54bb96cac84626e17.tar.gz tor-c8cb55659acca96530a1d7f54bb96cac84626e17.zip |
Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6
Diffstat (limited to 'src')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index 8aa9a15fc5..e53922218d 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -2462,7 +2462,7 @@ tor_init(int argc, char *argv[]) /* Set up the crypto nice and early */ if (crypto_early_init() < 0) { log_err(LD_GENERAL, "Unable to initialize the crypto subsystem!"); - return 1; + return -1; } /* Initialize the history structures. */ |