[openssh-commits] [openssh] 01/01: Whitespace sync with upstream.
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Feb 13 08:36:14 AEDT 2018
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 19edfd4af746bedf0df17f01953ba8c6d3186eb7
Author: Darren Tucker <dtucker at dtucker.net>
Date: Tue Feb 13 08:25:46 2018 +1100
Whitespace sync with upstream.
---
session.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/session.c b/session.c
index a701fa0c..a1ee4105 100644
--- a/session.c
+++ b/session.c
@@ -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);
}
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list