]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#2773 typo fix from HEAD
authorHoward Chu <hyc@openldap.org>
Wed, 3 Dec 2003 01:35:49 +0000 (01:35 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 3 Dec 2003 01:35:49 +0000 (01:35 +0000)
libraries/liblutil/passwd.c

index b4104dda0a8130fe3dad67d534378c4e80b27ff9..de032bb00913f52c1143ed8a4aedf82e76225aa4 100644 (file)
@@ -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;
        }