From 8686989fffaf8041889edbe5319581bc0fa8c847 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 3 Jan 2013 16:32:25 +0100 Subject: [PATCH] ustream: increment receive buffer count Signed-off-by: Felix Fietkau --- ustream.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ustream.c b/ustream.c index 9c61806..719af99 100644 --- a/ustream.c +++ b/ustream.c @@ -37,6 +37,7 @@ static void ustream_init_buf(struct ustream_buf *buf, int len) static void ustream_add_buf(struct ustream_buf_list *l, struct ustream_buf *buf) { + l->buffers++; if (!l->tail) l->head = buf; else -- 2.11.0