mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
ITS#7082 Fix smbk5pwd:olcSmbK5PwdEnable
This commit is contained in:
parent
9f22ced88b
commit
29206f6d20
1 changed files with 1 additions and 1 deletions
|
|
@ -869,7 +869,7 @@ smbk5pwd_cf_func( ConfigArgs *c )
|
|||
break;
|
||||
|
||||
case PC_SMB_ENABLE: {
|
||||
slap_mask_t mode = pi->mode, m;
|
||||
slap_mask_t mode = pi->mode, m = 0;
|
||||
|
||||
rc = verbs_to_mask( c->argc, c->argv, smbk5pwd_modules, &m );
|
||||
if ( rc > 0 ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue