On Fri, 30 Nov 2012 11:44:53 +0900 Isaku Yamahata <[email protected]> wrote:
> 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]> > Signed-off-by: Ben Pfaff <[email protected]> > --- > ryu/contrib/ovs/stream.py | 20 +++++++++++--------- > 1 file changed, 11 insertions(+), 9 deletions(-) Applied. ------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: TUNE You got it built. Now make it sing. Tune shows you how. http://goparallel.sourceforge.net _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
