]> andersk Git - openssh.git/blobdiff - openbsd-compat/port-aix.c
- (dtucker) [openbsd-compat/port-aix.c] Missing __func__.
[openssh.git] / openbsd-compat / port-aix.c
index bf7e986523f85476f83b3d3bdf6f8c227e1b1845..d0c9a49e8ad6cba1a6015a9bb564f6df64076123 100644 (file)
@@ -181,7 +181,7 @@ sys_auth_allowed_user(struct passwd *pw)
         * loginrestrictions will always fail due to insufficient privilege).
         */
        if (pw->pw_uid == 0 || geteuid() != 0) {
-               debug3("%s: not checking");
+               debug3("%s: not checking", __func__);
                return 1;
        }
 
This page took 0.034195 seconds and 4 git commands to generate.