Fix vconn_transact() bug introduced in commit 65ac65a6d2,
authorBen Pfaff <blp@nicira.com>
Thu, 30 Oct 2008 17:38:03 +0000 (10:38 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 30 Oct 2008 17:38:03 +0000 (10:38 -0700)
commit949a799037e6f261cfa15c63f5bea50e5b4c5075
tree4de269b4be4702684ab0149463324f8b3e938a81
parent42992b04688b90fa001b637118a1929a298202df
Fix vconn_transact() bug introduced in commit 65ac65a6d2,
"Improve the command interface so that it sends back acks or errors."

Oops.  That was dumb.

Thanks to Justin for reporting the problem.
lib/vconn.c