X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=python%2Fovs%2Fdaemon.py;fp=python%2Fovs%2Fdaemon.py;h=5aa5bc10a27302eac372e5fff27c00e0475fafb7;hb=a7675d4e56d5108c554de25e7772c2eb60470abc;hp=149c8a1d8963a82122e19b2a794526a8928e63e8;hpb=91c637960c57f4b415213ea46c22fefcb2534825;p=sliver-openvswitch.git diff --git a/python/ovs/daemon.py b/python/ovs/daemon.py index 149c8a1d8..5aa5bc10a 100644 --- a/python/ovs/daemon.py +++ b/python/ovs/daemon.py @@ -75,8 +75,7 @@ def set_pidfile(name): def get_pidfile(): """Returns an absolute path to the configured pidfile, or None if no - pidfile is configured. The caller must not modify or free the returned - string.""" + pidfile is configured.""" return _pidfile def set_no_chdir():