bugzilla-daemon at mindrot.org
2002-Mar-27 14:14 UTC
[Bug 191] New: compilation faills in auth1.c:392 `pw' undeclared when USE_PAM is on
http://bugzilla.mindrot.org/show_bug.cgi?id=191 Summary: compilation faills in auth1.c:392 `pw' undeclared when USE_PAM is on Product: Portable OpenSSH Version: -current Platform: ix86 OS/Version: Linux Status: NEW Severity: critical Priority: P2 Component: Miscellaneous AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: kent at lysator.liu.se auth1.c: In function `do_authentication': auth1.c:392: `pw' undeclared (first use in this function) auth1.c:392: (Each undeclared identifier is reported only once auth1.c:392: for each function it appears in.) Perhaps "pw" should be "authctxt->pw"? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.