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 16:59:29 +0000 (09:59 -0700)
commit369932c66045542ff6c3d93c581cba09bc8c0977
tree5d138dbbe0683a8d88a4f490c00b755f463cfe56
parent1638b90642cf9046a463d69bf1ea641cc81f66b2
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