mirror of
https://git.proxmox.com/git/pve-http-server
synced 2025-05-29 21:01:06 +00:00
remove base_handler_class from required arguments
This commit is contained in:
parent
58ddb769fb
commit
af76fd782d
@ -1557,7 +1557,7 @@ sub new {
|
|||||||
|
|
||||||
my $class = ref($this) || $this;
|
my $class = ref($this) || $this;
|
||||||
|
|
||||||
foreach my $req (qw(base_handler_class socket lockfh lockfile)) {
|
foreach my $req (qw(socket lockfh lockfile)) {
|
||||||
die "misssing required argument '$req'" if !defined($args{$req});
|
die "misssing required argument '$req'" if !defined($args{$req});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user