Skip to content

Commit

Permalink
random-seed: raise POOL_SIZE_MIN constant to 1024
Browse files Browse the repository at this point in the history
Resolves: #1066517
  • Loading branch information
lnykryn committed Jul 24, 2014
1 parent b0010d7 commit 20436a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/random-seed/random-seed.c
Expand Up @@ -29,7 +29,7 @@
#include "util.h"
#include "mkdir.h"

#define POOL_SIZE_MIN 512
#define POOL_SIZE_MIN 1024

int main(int argc, char *argv[]) {
_cleanup_close_ int seed_fd = -1, random_fd = -1;
Expand Down

0 comments on commit 20436a1

Please sign in to comment.