summaryrefslogtreecommitdiff
path: root/poll.c
diff options
context:
space:
mode:
Diffstat (limited to 'poll.c')
-rw-r--r--poll.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/poll.c b/poll.c
index 3ac427ac..01144854 100644
--- a/poll.c
+++ b/poll.c
@@ -93,6 +93,8 @@ poll_init(struct event_base *base)
evsig_init_(base);
+ evutil_weakrand_seed_(&base->weakrand_seed, 0);
+
return (pollop);
}