Always se long poll() timeout

Many init systems do their own backgrounding so use long timeout
unconditionally. Change suggested by Manuel Domke.
This commit is contained in:
Rune Magnussen
2018-01-04 16:51:48 +01:00
parent e22753d078
commit a98408c95e
3 changed files with 5 additions and 9 deletions

View File

@@ -53,7 +53,7 @@ static void outputBytes(uint8_t *bytes, uint32_t length, uint32_t entropy, struc
exit(1);
}
} else {
inmWaitForPoolToHaveRoom(opts);
inmWaitForPoolToHaveRoom();
inmWriteEntropyToPool(bytes, length, entropy);
}
}