mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Fix AIX deletion
This commit is contained in:
@@ -211,7 +211,7 @@ sub delete_printer
|
||||
{
|
||||
# Find old entry
|
||||
local @qc = &get_qconfig();
|
||||
local ($real) = grep { $_->{'name'} eq $_[0]->{'name'} } @qc;
|
||||
local ($real) = grep { $_->{'name'} eq $_[0] } @qc;
|
||||
local ($device) = grep { $_->{'name'} eq $real->{'values'}->{'device'} &&
|
||||
$_->{'line'} > $real->{'line'} } @qc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user