From 6f98e2f23dda0973403d93fe46f0dab86308fba7 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 12 Jun 2008 18:24:42 +0000 Subject: remove unneeded semi-colons --- perl-install/authentication.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index eb534c4da..b88d3231b 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -930,13 +930,13 @@ sub configure_nss_ldap { nss_base_passwd => $authentication->{LDAPDOMAIN} . "?sub", nss_base_group => $authentication->{LDAPDOMAIN} . "?sub", ); - }; + } if ($authentication->{anonymous} eq '1') { update_ldap_conf( binddn => $authentication->{LDAP_binddn}, bindpw => $authentication->{LDAP_bindpwd}, ); - }; + } if ($authentication->{cafile} eq '1') { update_ldap_conf( @@ -944,6 +944,6 @@ sub configure_nss_ldap { tls_checkpeer => "yes", tls_cacertfile => $authentication->{file}, ); - }; - }; + } + } 1; -- cgit v1.2.1