From b845c0ef56ac94bfd6d59912ba5a8628880093c4 Mon Sep 17 00:00:00 2001 From: Sebastien ROHAUT Date: Thu, 30 Oct 2014 11:10:02 +0100 Subject: [PATCH] Update pam_limits.py --- system/pam_limits.py | 1 + 1 file changed, 1 insertion(+) diff --git a/system/pam_limits.py b/system/pam_limits.py index ae0e181d6e1..338c00e03d5 100644 --- a/system/pam_limits.py +++ b/system/pam_limits.py @@ -139,6 +139,7 @@ def main(): message = '' f = open (limits_conf, 'r') + # Tempfile nf = tempfile.NamedTemporaryFile(delete = False)