Merge remote-tracking branch 'origin/maint-0.2.6'

This commit is contained in:
Nick Mathewson
2015-06-17 09:19:11 -04:00
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -2515,7 +2515,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. */