From 863cfa0e6f98c0a2bdea3e4af0ca590942532d9d Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Thu, 9 Aug 2007 14:29:47 +1000 Subject: - (dtucker) [openbsd-compat/port-aix.c] Comment typo. --- ChangeLog | 5 ++++- openbsd-compat/port-aix.c | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 55319fc2..95a69597 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +20070809 + - (dtucker) [openbsd-compat/port-aix.c] Comment typo. + 20070808 - (djm) OpenBSD CVS Sync - ray@cvs.openbsd.org 2007/07/12 05:48:05 @@ -3135,4 +3138,4 @@ OpenServer 6 and add osr5bigcrypt support so when someone migrates passwords between UnixWare and OpenServer they will still work. OK dtucker@ -$Id: ChangeLog,v 1.4718 2007/08/08 04:32:41 djm Exp $ +$Id: ChangeLog,v 1.4719 2007/08/09 04:29:47 dtucker Exp $ diff --git a/openbsd-compat/port-aix.c b/openbsd-compat/port-aix.c index b9fabf61..94faec67 100644 --- a/openbsd-compat/port-aix.c +++ b/openbsd-compat/port-aix.c @@ -240,7 +240,7 @@ sys_auth_allowed_user(struct passwd *pw, Buffer *loginmsg) /* * Don't perform checks for root account (PermitRootLogin controls - * logins via * ssh) or if running as non-root user (since + * logins via ssh) or if running as non-root user (since * loginrestrictions will always fail due to insufficient privilege). */ if (pw->pw_uid == 0 || geteuid() != 0) { -- cgit v1.2.3