Fix /etc/passwd misspelling.
-Erik
This commit is contained in:
parent
6082917e34
commit
3199bda52e
@ -806,7 +806,7 @@ unsigned long my_getid(const char *filename, char *name, unsigned long id, unsig
|
|||||||
|
|
||||||
file = fopen(filename, "r");
|
file = fopen(filename, "r");
|
||||||
if (file == NULL) {
|
if (file == NULL) {
|
||||||
/* Do not complain. It is ok for /etc/password and
|
/* Do not complain. It is ok for /etc/passwd and
|
||||||
* friends to be missing... */
|
* friends to be missing... */
|
||||||
return (-1);
|
return (-1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user