mirror of https://github.com/mirror/busybox.git
destroy bug #421
parent
a0ae6de848
commit
54deebf4e4
|
@ -1877,6 +1877,9 @@ static int miniHttpd(int server)
|
|||
handleIncoming();
|
||||
if(!config->debugHttpd)
|
||||
exit(0);
|
||||
} else {
|
||||
if(!config->debugHttpd)
|
||||
wait(NULL);
|
||||
}
|
||||
close(s);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue