From e5e8fe6673603e521895f7701a7bd047a4eee25e Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 3 Dec 2003 01:35:49 +0000 Subject: [PATCH] ITS#2773 typo fix from HEAD --- libraries/liblutil/passwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/liblutil/passwd.c b/libraries/liblutil/passwd.c index b4104dda0a..de032bb009 100644 --- a/libraries/liblutil/passwd.c +++ b/libraries/liblutil/passwd.c @@ -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; } -- 2.47.2