Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python/ovs/stream: Fix Stream.connect() retval for incomplete connect…
…ion. 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 <[email protected]> Tested-by: Isaku Yamahata <[email protected]> Signed-off-by: Ben Pfaff <[email protected]>
- Loading branch information