* Mon Sep 23 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-14.sme

- fix result variable not initialized [SME: 12663]
This commit is contained in:
2024-09-23 09:47:05 -04:00
parent 5a1f39efb3
commit 7738719049
2 changed files with 5 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ my $a = esmith::AccountsDB->open or die "Could not open accounts db";
my $conf = esmith::ConfigDB->open or die "Could not open configuration db";
my $ldapauth = $conf->get('ldap')->prop('Authentication') || 'disabled';
my $result;
my $x = 0; # exit value
# prepare LDAP bind