mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Don't point STDOUT to SOCK
This commit is contained in:
@@ -54,7 +54,9 @@ untie(*STDOUT);
|
||||
# Accept the TCP connection
|
||||
$acptaddr = accept(SOCK, MAIN);
|
||||
die "accept failed!" if (!$acptaddr);
|
||||
select(SOCK); $| = 1;
|
||||
$oldsel = select(SOCK);
|
||||
$| = 1;
|
||||
select($oldsel);
|
||||
|
||||
$rcount = 0;
|
||||
while(1) {
|
||||
|
||||
Reference in New Issue
Block a user