From 3690074a486cfada568975e287d9cbb9e687501f Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Fri, 2 Sep 2011 00:53:59 +0100 Subject: Merging of euro_ix branch into pipework. Bring in fixes for bgp dumping with pthreaded BGP Engine. Bring in new "show nexus xxx" command. Fix removal of '~' prompt. --- lib/stream.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/stream.c') diff --git a/lib/stream.c b/lib/stream.c index 0183ce78..277ff216 100644 --- a/lib/stream.c +++ b/lib/stream.c @@ -928,7 +928,6 @@ stream_recvmsg (struct stream *s, int fd, struct msghdr *msgh, int flags, size_t stream_write (struct stream *s, const void *ptr, size_t size) { - CHECK_SIZE(s, size); STREAM_VERIFY_SANE(s); -- cgit v1.2.3