mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#1828: fix SB_MAX_INCOMING macros
This commit is contained in:
parent
e60d7eb314
commit
e9c13a267a
1 changed files with 2 additions and 2 deletions
|
|
@ -777,8 +777,8 @@ LDAP_SLAPD_F (int) krbv4_ldap_auth();
|
|||
/*
|
||||
* Other...
|
||||
*/
|
||||
#define SLAP_SB_MAX_INCOMING_DEFAULT (1<<18 - 1)
|
||||
#define SLAP_SB_MAX_INCOMING_AUTH (1<<24 - 1)
|
||||
#define SLAP_SB_MAX_INCOMING_DEFAULT ((1<<18) - 1)
|
||||
#define SLAP_SB_MAX_INCOMING_AUTH ((1<<24) - 1)
|
||||
|
||||
LDAP_SLAPD_F (ber_len_t) sockbuf_max_incoming;
|
||||
LDAP_SLAPD_F (ber_len_t) sockbuf_max_incoming_auth;
|
||||
|
|
|
|||
Loading…
Reference in a new issue