Correct warning for Lemonldap::NG::Common in make test

environments/ppa-mbqj77/deployments/1
Clément Oudot 16 years ago
parent 70522969f3
commit acbc7a677c
  1. 4
      modules/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm

@ -53,7 +53,9 @@ sub new {
%$self = %{ $_[0] };
}
else {
%$self = @_;
if (defined @_ and ($#_>0) ) {
%$self = @_;
}
}
unless ( $self->{mdone} ) {
$self->_readConfFile( $self->{confFile} ) unless ( $self->{type} );

Loading…
Cancel
Save