dont delay with sleep() before calling exit()

This commit is contained in:
Mike Frysinger 2009-03-06 01:55:09 +00:00
parent 9059d5da39
commit ebf4d38912
1 changed files with 0 additions and 1 deletions

View File

@ -222,7 +222,6 @@ void bail (str, p1, p2, p3, p4, p5, p6)
o_verbose = 1;
holler (str, p1, p2, p3, p4, p5, p6);
close (netfd);
sleep (1);
exit (1);
} /* bail */