]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/port-aix.c
Import of OpenSSH 4.7p1
[gssapi-openssh.git] / openssh / openbsd-compat / port-aix.c
index b9fabf61f4f15f7d03be18d0817b9a2a734d7290..94faec6703571de07fa2f558872791f199eae295 100644 (file)
@@ -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) {
This page took 0.070319 seconds and 4 git commands to generate.