diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Init.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Init.pm index 498a7d652..ef492a9f0 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Init.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Init.pm @@ -66,7 +66,7 @@ sub logLevelInit { # adapt server signature sub serverSignatureInit { my $class = shift; - require Lemonldap::NG::Handler::Main; + require Lemonldap::NG::Handler; my $version = $Lemonldap::NG::Handler::VERSION; $class->setServerSignature("Lemonldap::NG/$version"); }