diff options
Diffstat (limited to 'modules/pam_umask')
-rw-r--r-- | modules/pam_umask/pam_umask.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/pam_umask/pam_umask.c b/modules/pam_umask/pam_umask.c index 72b10e92..8ba5de9a 100644 --- a/modules/pam_umask/pam_umask.c +++ b/modules/pam_umask/pam_umask.c @@ -125,7 +125,6 @@ set_umask (const char *value) ((mask == UINT_MAX) && (errno == ERANGE))) return; umask (mask); - return; } /* Set the process nice, ulimit, and umask from the |