Revert prev commit, unnecessary

This commit is contained in:
Howard Chu 2007-04-23 14:27:07 +00:00
parent 7eb1f62f9d
commit 4803e9ba67

View file

@ -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 "