rconn: Push detection of send errors into try_send().
authorBen Pfaff <blp@nicira.com>
Mon, 14 Jul 2008 20:31:56 +0000 (13:31 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 18 Jul 2008 21:07:03 +0000 (14:07 -0700)
commit453084ed49d8419343ce80ce3c464bb411148b14
tree00b56290f050bb5d7f03933a81239d35da61a287
parentb0533159ba7522f8a27ce7577b5b0a486a78371d
rconn: Push detection of send errors into try_send().

Thereby, we correct a bug in do_send(), one of the callers of try_send(),
which was not checking the try_send() return value.
lib/rconn.c