diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-10-23 10:44:53 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-10-23 10:44:53 +0000 |
commit | 9c5ff5050b715199b96727b189424e4691de1b48 (patch) | |
tree | d69957f8af38d119a86f9daaa6c73822015e3b56 /app/xenodm | |
parent | d9b13fe55e91cba3ed71d0affb37a985dc1e245a (diff) |
Remove out-dated comment
Diffstat (limited to 'app/xenodm')
-rw-r--r-- | app/xenodm/greeter/verify.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/xenodm/greeter/verify.c b/app/xenodm/greeter/verify.c index ef34456b4..240ef31c8 100644 --- a/app/xenodm/greeter/verify.c +++ b/app/xenodm/greeter/verify.c @@ -187,8 +187,6 @@ Verify (struct display *d, struct greet_info *greet, struct verify_info *verify) } Debug ("verify succeeded\n"); - /* The password is passed to StartClient() for use by user-based - authorization schemes. It is zeroed there. */ verify->uid = p->pw_uid; verify->gid = p->pw_gid; home = p->pw_dir; |