From: nekral-guest Date: Sat, 11 Apr 2009 19:18:38 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 4.1.3~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac305b82a49d9103a0f46aea5172b119b76a8840;p=shadow Fix typo. --- diff --git a/src/login.c b/src/login.c index 081aecc4..3edc5610 100644 --- a/src/login.c +++ b/src/login.c @@ -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