python: fix a typo error in python/ovs/socket_util.py.
authorAlex Wang <alexw@nicira.com>
Thu, 18 Apr 2013 00:35:04 +0000 (17:35 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 18 Apr 2013 17:02:25 +0000 (10:02 -0700)
commitafd9a22b1b13b1b3e996f3eecea899993aa069dc
treec896350f294b0be8fdb352288cd1a76db094f4cd
parent0deea60f1db6d6f14e3244724a58a5e1997dee99
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@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
python/ovs/socket_util.py