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

dev at openvswitch.org dev at openvswitch.org
Thu Apr 18 17:02:36 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, branch-1.10 has been updated
       via  afd9a22b1b13b1b3e996f3eecea899993aa069dc (commit)
      from  0deea60f1db6d6f14e3244724a58a5e1997dee99 (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 afd9a22b1b13b1b3e996f3eecea899993aa069dc
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=afd9a22b1b13b1b3e996f3eecea899993aa069dc
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