diff options
-rw-r--r-- | utility.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -806,7 +806,7 @@ unsigned long my_getid(const char *filename, char *name, unsigned long id, unsig | |||
806 | 806 | ||
807 | file = fopen(filename, "r"); | 807 | file = fopen(filename, "r"); |
808 | if (file == NULL) { | 808 | if (file == NULL) { |
809 | /* Do not complain. It is ok for /etc/password and | 809 | /* Do not complain. It is ok for /etc/passwd and |
810 | * friends to be missing... */ | 810 | * friends to be missing... */ |
811 | return (-1); | 811 | return (-1); |
812 | } | 812 | } |