[ovs-git] Open vSwitch: python/ovs/stream: Fix Stream.connect() retval for incomplete connection. (master)

dev at openvswitch.org dev at openvswitch.org
Thu Nov 22 06:11:00 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  dcb66daea433cd93593e517c3fac3c898f2c9f70 (commit)
      from  4fe3445afbbcda01e426d26cdcc1c7daa5d9f823 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit dcb66daea433cd93593e517c3fac3c898f2c9f70
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=dcb66daea433cd93593e517c3fac3c898f2c9f70
Author: Ben Pfaff <blp at nicira.com>
		
python/ovs/stream: Fix Stream.connect() retval for incomplete connection.
		
If the loop condition in Stream.connect() was false, which is especially
likely for TCP connections, then Stream.connect() would return None,
which violates its documented behavior.  This commit fixes the problem.

Reported-by: Isaku Yamahata <yamahata at valinux.co.jp>
Tested-by: Isaku Yamahata <yamahata at valinux.co.jp>
Signed-off-by: Ben Pfaff <blp at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 python/ovs/stream.py |   20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list