[ovs-git] Open vSwitch: python: fix a typo error in python/ovs/socket_util.py. (master)

dev at openvswitch.org dev at openvswitch.org
Thu Apr 18 17:02:00 UTC 2013


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  369932c66045542ff6c3d93c581cba09bc8c0977 (commit)
      from  1638b90642cf9046a463d69bf1ea641cc81f66b2 (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 369932c66045542ff6c3d93c581cba09bc8c0977
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=369932c66045542ff6c3d93c581cba09bc8c0977
Author: Alex Wang <alexw at nicira.com>
		
python: fix a typo error in python/ovs/socket_util.py.
		
The commit 89d7ffa9 (python: Workaround UNIX socket path
length limits), fixes most failed tests. But it has a
typo and the typo causes the failure of test <unixctl
server errors - Python> when the path length is very
long (e.g. more than 90 characters).

This patch fixes the above issue.

Signed-off-by: Alex Wang <alexw at nicira.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 AUTHORS                   |    1 +
 python/ovs/socket_util.py |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list