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

dev at openvswitch.org dev at openvswitch.org
Thu Nov 22 06:12:07 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, branch-1.8 has been updated
       via  5a0c08bb7ca69b56f31c7d5a7748771eebc2f100 (commit)
      from  2bf05b70c16d47d96c2318bcdec08d24578f6dad (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 5a0c08bb7ca69b56f31c7d5a7748771eebc2f100
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=5a0c08bb7ca69b56f31c7d5a7748771eebc2f100
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