mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-09 00:14:25 -05:00
Fix typo from 1.667
This commit is contained in:
parent
028e7c46ca
commit
eaf976d56c
1 changed files with 1 additions and 1 deletions
|
|
@ -1895,7 +1895,7 @@ LDAP_SLAPD_F (int) fe_access_allowed LDAP_P((
|
|||
#else
|
||||
# if USE_MP_LONG_LONG
|
||||
# define UI2BV_FORMAT "%llu"
|
||||
# elif USE_MP_LONG_LONG
|
||||
# elif USE_MP_LONG
|
||||
# define UI2BV_FORMAT "%lu"
|
||||
# elif HAVE_LONG_LONG
|
||||
# define UI2BV_FORMAT "%llu"
|
||||
|
|
|
|||
Loading…
Reference in a new issue