Workaround for #1439

environments/ppa-mbqj77/deployments/1
Xavier Guimard 7 years ago
parent c1e4c6a6f0
commit d9cb157477
  1. 4
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Reload.pm

@ -349,6 +349,10 @@ sub headersInit {
# Creation of the subroutine which will generate headers
foreach my $vhost ( keys %{$headers} ) {
unless ($vhost) {
$class->logger->warn('Empty vhost in headers, skipping');
next;
}
my %headers = %{ $headers->{$vhost} };
$class->tsv->{headerList}->{$vhost} = [ keys %headers ];
my $sub = '';

Loading…
Cancel
Save