mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Fix indent
This commit is contained in:
@@ -83,7 +83,7 @@ Net::WebSocket::Server->new(
|
||||
},
|
||||
utf8 => sub {
|
||||
my ($conn, $msg) = @_;
|
||||
utf8::encode($msg) if (utf8::is_utf8($msg));
|
||||
utf8::encode($msg) if (utf8::is_utf8($msg));
|
||||
if (!syswrite($shellfh, $msg, length($msg))) {
|
||||
print STDERR "write to shell failed : $!\n";
|
||||
&cleanup_miniserv();
|
||||
|
||||
Reference in New Issue
Block a user