Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
e747a3fc
Commit
e747a3fc
authored
Dec 20, 2002
by
Kurt Zeilenga
Browse files
Updated ITS#2246 fix
parent
21db27a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblber/io.c
View file @
e747a3fc
...
...
@@ -511,9 +511,9 @@ ber_get_next(
}
ber
->
ber_tag
=
tag
;
ber
->
ber_ptr
=
(
char
*
)
p
;
}
if
(
i
==
1
)
continue
;
if
(
i
==
1
)
continue
;
}
/* Now look for the length */
if
(
*
ber
->
ber_ptr
&
0x80
)
{
/* multi-byte */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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