From: Howard Chu Date: Wed, 13 Sep 2006 05:32:42 +0000 (+0000) Subject: Fix typo from 1.667 X-Git-Tag: OPENLDAP_REL_ENG_2_3_MP~162 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=eaf976d56c7336eabac36996e490896a465e4777;p=openldap Fix typo from 1.667 --- diff --git a/servers/slapd/proto-slap.h b/servers/slapd/proto-slap.h index 28a0226dfb..91b84b741d 100644 --- a/servers/slapd/proto-slap.h +++ b/servers/slapd/proto-slap.h @@ -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"