update readme

This commit is contained in:
cathugger 2017-10-02 18:43:14 +00:00
parent e4aab13413
commit 130d88c171
2 changed files with 1 additions and 1 deletions

1
main.c
View file

@ -252,7 +252,6 @@ static void onionready(char *sname, const u8 *secret, const u8 *pubonion)
if (numneedgenerate) {
pthread_mutex_lock(&keysgenerated_mutex);
if (keysgenerated >= numneedgenerate) {
endwork = 1;
pthread_mutex_unlock(&keysgenerated_mutex);
return;
}