]> granicus.if.org Git - shadow/commitdiff
Fix typo.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 11 Apr 2009 19:18:38 +0000 (19:18 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 11 Apr 2009 19:18:38 +0000 (19:18 +0000)
src/login.c

index 081aecc4c654f2a57998d9e82507721982f06a41..3edc5610c8853b5dffca3e580823f4fef160d69e 100644 (file)
@@ -427,7 +427,7 @@ int main (int argc, char **argv)
        char fromhost[512];
        struct passwd *pwd;
        char **envp = environ;
-#ifndef
+#ifndef USE_PAM
        static char temp_pw[2];
        static char temp_shell[] = "/bin/sh";
 #endif