rconn: Simplify rconn_send() semantics.
authorEthan Jackson <ethan@nicira.com>
Thu, 26 Apr 2012 04:12:18 +0000 (21:12 -0700)
committerEthan Jackson <ethan@nicira.com>
Thu, 26 Apr 2012 07:44:07 +0000 (00:44 -0700)
Before this patch, rconn_send() would delete 'b' on success, and
not on error.  This is confusing and error-prone.  This patch
causes rconn_send() to always delete 'b'.

Signed-off-by: Ethan Jackson <ethan@nicira.com>

No differences found