projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91c6379
)
daemon: Correct comment in Python implementation.
author
Ben Pfaff
<blp@nicira.com>
Mon, 22 Aug 2011 21:26:58 +0000
(14:26 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 24 Aug 2011 18:57:42 +0000
(11:57 -0700)
Reported-by: Reid Price <reid@nicira.com>
python/ovs/daemon.py
patch
|
blob
|
history
diff --git
a/python/ovs/daemon.py
b/python/ovs/daemon.py
index 149c8a1d8963a82122e19b2a794526a8928e63e8..5aa5bc10a27302eac372e5fff27c00e0475fafb7 100644
(file)
--- 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():