remove needless assertion

pull/11/head
Richard Fuchs 12 years ago
parent a7784f5ca3
commit 2e9ae75fb0

@ -544,7 +544,8 @@ static int stream_packet(struct stream_fd *sfd, str *s, struct sockaddr_in6 *fsi
struct endpoint endpoint;
rewrite_func rwf_in, rwf_out;
assert(stream != NULL);
if (!stream)
return 0;
media = stream->media;
call = stream->call;
cm = call->callmaster;

Loading…
Cancel
Save