Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
4803e9ba
Commit
4803e9ba
authored
Apr 23, 2007
by
Howard Chu
Browse files
Revert prev commit, unnecessary
parent
7eb1f62f
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/cyrus.c
View file @
4803e9ba
...
...
@@ -208,7 +208,7 @@ sb_sasl_pkt_length( const unsigned char *buf, int debuglevel )
|
buf
[
2
]
<<
8
|
buf
[
3
];
if
(
size
>
=
SASL_MAX_BUFF_SIZE
)
{
if
(
size
>
SASL_MAX_BUFF_SIZE
)
{
/* somebody is trying to mess me up. */
ber_log_printf
(
LDAP_DEBUG_ANY
,
debuglevel
,
"sb_sasl_pkt_length: received illegal packet length "
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment