Commit 0b305026 authored by Federico G. Schwindt's avatar Federico G. Schwindt Committed by Lasse Karstensen

Silence warning

parent bcc3dc22
......@@ -455,7 +455,7 @@ mgt_reap_child(void)
int i;
int status;
struct vsb *vsb;
pid_t r;
pid_t r = 0;
assert(child_pid != -1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment