Skip to content
GitLab
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
8e3bcee3
Commit
8e3bcee3
authored
Oct 22, 2000
by
Niels Möller
Browse files
* src/reaper.c (do_reap): Removed assert(), to allow replacement
of registered callbacks. Rev: src/reaper.c:1.14
parent
848dbbe7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/reaper.c
View file @
8e3bcee3
...
...
@@ -68,8 +68,6 @@ static void do_reap(struct reap *c,
{
CAST
(
reaper
,
closure
,
c
);
assert
(
!
ALIST_GET
(
closure
->
children
,
pid
));
ALIST_SET
(
closure
->
children
,
pid
,
callback
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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