Parcourir la source

[trac606] do not try to unlink the pid file at the beginning of in dump_pid()
as suggested in review.

JINMEI Tatuya il y a 14 ans
Parent
commit
977a6a742c
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      src/bin/bind10/bind10.py.in

+ 0 - 1
src/bin/bind10/bind10.py.in

@@ -795,7 +795,6 @@ def dump_pid(pid_file):
     """
     if pid_file is None:
         return
-    unlink_pid_file(pid_file)
     f = open(pid_file, "w")
     f.write('%d\n' % os.getpid())
     f.close()