diff options
Diffstat (limited to 'src/mailman/bin/master.py')
| -rw-r--r-- | src/mailman/bin/master.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mailman/bin/master.py b/src/mailman/bin/master.py index d910b491d..e31780a31 100644 --- a/src/mailman/bin/master.py +++ b/src/mailman/bin/master.py @@ -175,7 +175,6 @@ def acquire_lock_1(force, lock_file=None): lock.disown() hostname, pid, tempfile = lock.details os.unlink(lock_file) - os.unlink(tempfile) return acquire_lock_1(force=False) |
