summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-12-07 15:09:48 +0000
committerru <ru@FreeBSD.org>2000-12-07 15:09:48 +0000
commit1355982a7ec367848733c471b63bd7974e9e1b14 (patch)
tree149001275041997c471b039f3a9b0a89cc0acbb9 /libexec
parent638d2e4b8611ba72f5e729b9d89c6e6d8938d0dd (diff)
downloadFreeBSD-src-1355982a7ec367848733c471b63bd7974e9e1b14.zip
FreeBSD-src-1355982a7ec367848733c471b63bd7974e9e1b14.tar.gz
Whitespace-only to sync with -stable.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rshd/rshd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libexec/rshd/rshd.c b/libexec/rshd/rshd.c
index 27f992e..50ecad2 100644
--- a/libexec/rshd/rshd.c
+++ b/libexec/rshd/rshd.c
@@ -113,7 +113,6 @@ int local_domain __P((char *));
char *topdomain __P((char *));
void usage __P((void));
-
#define OPTIONS "alnDL"
int
@@ -378,7 +377,6 @@ doit(fromp)
pwd->pw_dir = "/";
}
-
if (errorstr ||
(pwd->pw_expire && time(NULL) >= pwd->pw_expire) ||
iruserok_sa(fromp, fromp->su_len, pwd->pw_uid == 0,
OpenPOWER on IntegriCloud