A missing securetty file is not an error.

-Erik
This commit is contained in:
Eric Andersen 2002-11-14 10:58:17 +00:00
parent e356883ffb
commit f870148a04

View File

@ -324,10 +324,8 @@ static int check_tty ( const char *tty )
fclose(fp);
return 0;
}
else {
syslog ( LOG_WARNING, "cannot open securetty file.\n" );
return 1;
}
/* A missing securetty file is not an error. */
return 0;
}
#endif