Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
1d00cd34
Commit
1d00cd34
authored
May 17, 2000
by
Kurt Zeilenga
Browse files
SOCKBUF_VALID should be called with sb not ber
parent
5697ed03
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblber/io.c
View file @
1d00cd34
...
...
@@ -221,7 +221,7 @@ ber_flush( Sockbuf *sb, BerElement *ber, int freeit )
assert
(
sb
!=
NULL
);
assert
(
ber
!=
NULL
);
assert
(
SOCKBUF_VALID
(
b
er
)
);
assert
(
SOCKBUF_VALID
(
s
b
)
);
assert
(
BER_VALID
(
ber
)
);
if
(
ber
->
ber_rwptr
==
NULL
)
{
...
...
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