daemon: Correct comment in Python implementation.
authorBen Pfaff <blp@nicira.com>
Mon, 22 Aug 2011 21:26:58 +0000 (14:26 -0700)
committerBen 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

index 149c8a1d8963a82122e19b2a794526a8928e63e8..5aa5bc10a27302eac372e5fff27c00e0475fafb7 100644 (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():