Protect currently impossible branch

This commit is contained in:
Ondřej Kuzník 2017-11-22 13:15:54 +00:00 committed by Ondřej Kuzník
parent aecc62c08e
commit c386d527ca

View file

@ -242,6 +242,7 @@ handle_one_response( Connection *c )
operation_destroy_from_upstream( op );
}
} else {
assert(0);
ber_free( ber, 1 );
}