Skip to content
Snippets Groups Projects
Commit 1d00cd34 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

SOCKBUF_VALID should be called with sb not ber

parent 5697ed03
No related branches found
No related tags found
No related merge requests found
......@@ -221,7 +221,7 @@ ber_flush( Sockbuf *sb, BerElement *ber, int freeit )
assert( sb != NULL );
assert( ber != NULL );
assert( SOCKBUF_VALID( ber ) );
assert( SOCKBUF_VALID( sb ) );
assert( BER_VALID( ber ) );
if ( ber->ber_rwptr == NULL ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment