]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/port-aix.c
Tweak the environment variables set by the configure script for the
[gssapi-openssh.git] / openssh / openbsd-compat / port-aix.c
index ce83043d939bdc20ff90f03d45c51be618dca57d..0723e98deb456c0fa7547998528f50cddf84ecdf 100644 (file)
@@ -241,7 +241,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.038056 seconds and 4 git commands to generate.