mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix typo in dec to bin conversion
This commit is contained in:
parent
7d060ec8fa
commit
9c8cf1bc04
@ -755,7 +755,7 @@ lutil_str2bin( struct berval *in, struct berval *out )
|
||||
scale( l, &num, tmp );
|
||||
pin += chunk;
|
||||
len -= chunk;
|
||||
chunk = HEXMAX;
|
||||
chunk = DECMAX;
|
||||
}
|
||||
if ( num.beg )
|
||||
AC_MEMCPY( num.buf, num.buf+num.beg, num.len );
|
||||
|
Loading…
Reference in New Issue
Block a user