Drop rconn's responsibility for limiting the tx queue.
[openvswitch] / lib / buffer.c
index 3dfd41a29ebd4a50d4e3a68cdc75869c70890f21..47600e6ae3346d6befc3b98305be48df7067fc25 100644 (file)
@@ -53,6 +53,7 @@ buffer_use(struct buffer *b, void *base, size_t allocated)
     b->size = 0;
     b->l2 = b->l3 = b->l4 = b->l7 = NULL;
     b->next = NULL;
+    b->private = NULL;
 }
 
 /* Initializes 'b' as a buffer with an initial capacity of 'size' bytes. */