mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Add missing return from rev 1.27
This commit is contained in:
parent
f4637d60c2
commit
36db408d0e
@ -1764,6 +1764,7 @@ ppolicy_config(
|
|||||||
return ( 1 );
|
return ( 1 );
|
||||||
}
|
}
|
||||||
pi->hash_passwords = 1;
|
pi->hash_passwords = 1;
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
return SLAP_CONF_UNKNOWN;
|
return SLAP_CONF_UNKNOWN;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user