mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
Fix SLAPD_NS_MTA_MD5 compile bug (ITS#2773)
This commit is contained in:
parent
9184c3a18c
commit
3a8b3d9c1a
1 changed files with 1 additions and 1 deletions
|
|
@ -762,7 +762,7 @@ static int chk_ns_mta_md5(
|
|||
char buffer[LUTIL_MD5_BYTES*2];
|
||||
int i;
|
||||
|
||||
if( passwd.bv_len != LUTIL_MD5_BYTES*2 ) {
|
||||
if( passwd->bv_len != LUTIL_MD5_BYTES*2 ) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue