Commit e5ba8e76 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Lasse Karstensen

Initialize a variable to quieten down compilers and FlexeLint

parent 6e386ef6
......@@ -453,7 +453,7 @@ static void
mgt_reap_child(void)
{
int i;
int status;
int status = 0xffff;
struct vsb *vsb;
pid_t r = 0;
......
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