mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-21 01:20:00 +00:00
Whitespace sync with upstream.
This commit is contained in:
parent
fbfa6f980d
commit
19edfd4af7
@ -1251,10 +1251,10 @@ do_nologin(struct passwd *pw)
|
||||
/* /etc/nologin exists. Print its contents if we can and exit. */
|
||||
logit("User %.100s not allowed because %s exists", pw->pw_name, nl);
|
||||
if ((f = fopen(nl, "r")) != NULL) {
|
||||
while (fgets(buf, sizeof(buf), f))
|
||||
fputs(buf, stderr);
|
||||
fclose(f);
|
||||
}
|
||||
while (fgets(buf, sizeof(buf), f))
|
||||
fputs(buf, stderr);
|
||||
fclose(f);
|
||||
}
|
||||
exit(254);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user