Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
e5ecb063
Commit
e5ecb063
authored
Nov 14, 2000
by
Niels Möller
Browse files
* src/unix_random.c (do_unix_random_background): Check status
before starting background poll. Rev: src/unix_random.c:1.3
parent
eb9ceaf3
Changes
1
Show whitespace changes
Inline
Side-by-side
src/unix_random.c
View file @
e5ecb063
...
@@ -839,6 +839,7 @@ static void do_unix_random_background(struct random_poll *s)
...
@@ -839,6 +839,7 @@ static void do_unix_random_background(struct random_poll *s)
{
{
CAST
(
unix_random
,
self
,
s
);
CAST
(
unix_random
,
self
,
s
);
if
(
self
->
status
==
POLL_NO_POLL
)
start_background_poll
(
self
);
start_background_poll
(
self
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment