Fix typo.

This commit is contained in:
nekral-guest 2009-04-11 19:18:38 +00:00
parent 5a56996eef
commit ac305b82a4

View 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