* src/login.c: We do not need to keep the old umask. Discard the
umask() return value.
This commit is contained in:
parent
d4158bdf77
commit
3508f7dccc
@ -553,7 +553,7 @@ int main (int argc, char **argv)
|
||||
setup_tty ();
|
||||
|
||||
#ifndef USE_PAM
|
||||
umask (getdef_num ("UMASK", GETDEF_DEFAULT_UMASK));
|
||||
(void) umask (getdef_num ("UMASK", GETDEF_DEFAULT_UMASK));
|
||||
|
||||
{
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user