mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 07:09:34 -05:00
Revert prev commit, unnecessary
This commit is contained in:
parent
7eb1f62f9d
commit
4803e9ba67
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ sb_sasl_pkt_length( const unsigned char *buf, int debuglevel )
|
||||||
| buf[2] << 8
|
| buf[2] << 8
|
||||||
| buf[3];
|
| buf[3];
|
||||||
|
|
||||||
if ( size >= SASL_MAX_BUFF_SIZE ) {
|
if ( size > SASL_MAX_BUFF_SIZE ) {
|
||||||
/* somebody is trying to mess me up. */
|
/* somebody is trying to mess me up. */
|
||||||
ber_log_printf( LDAP_DEBUG_ANY, debuglevel,
|
ber_log_printf( LDAP_DEBUG_ANY, debuglevel,
|
||||||
"sb_sasl_pkt_length: received illegal packet length "
|
"sb_sasl_pkt_length: received illegal packet length "
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue