diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-07 15:09:48 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-07 15:09:48 +0000 |
commit | 114c43dcf8be1017f356d6b6613802d80fc289ac (patch) | |
tree | 99506f5cdd7f5fa1fecab3b2d639e09c65e7ef0a /libexec/rshd/rshd.c | |
parent | 2961f2ed60dfc63076e117c035fab5d840542ab0 (diff) | |
download | src-test2-114c43dcf8be1017f356d6b6613802d80fc289ac.tar.gz src-test2-114c43dcf8be1017f356d6b6613802d80fc289ac.zip |
Notes
Diffstat (limited to 'libexec/rshd/rshd.c')
-rw-r--r-- | libexec/rshd/rshd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libexec/rshd/rshd.c b/libexec/rshd/rshd.c index 27f992edf74d..50ecad22dafc 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, |