mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-30 14:12:06 +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. */
|
/* /etc/nologin exists. Print its contents if we can and exit. */
|
||||||
logit("User %.100s not allowed because %s exists", pw->pw_name, nl);
|
logit("User %.100s not allowed because %s exists", pw->pw_name, nl);
|
||||||
if ((f = fopen(nl, "r")) != NULL) {
|
if ((f = fopen(nl, "r")) != NULL) {
|
||||||
while (fgets(buf, sizeof(buf), f))
|
while (fgets(buf, sizeof(buf), f))
|
||||||
fputs(buf, stderr);
|
fputs(buf, stderr);
|
||||||
fclose(f);
|
fclose(f);
|
||||||
}
|
}
|
||||||
exit(254);
|
exit(254);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user