2
0
mirror of https://github.com/openvswitch/ovs synced 2025-09-05 00:35:33 +00:00

daemon: Correct comment in Python implementation.

Reported-by: Reid Price <reid@nicira.com>
This commit is contained in:
Ben Pfaff
2011-08-22 14:26:58 -07:00
parent 91c637960c
commit a7675d4e56

View File

@@ -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():