mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix duplicate assignment of tostr
This commit is contained in:
@@ -7438,7 +7438,6 @@ if ($serv->{'fast'} || !$sn) {
|
||||
}
|
||||
else {
|
||||
# Call rpc.cgi on remote server
|
||||
my $tostr = &serialise_variable($_[1]);
|
||||
my $error = 0;
|
||||
my $con = &make_http_connection($ip, $serv->{'port'},
|
||||
$serv->{'ssl'}, "POST", "/rpc.cgi");
|
||||
|
||||
Reference in New Issue
Block a user