- (dtucker) [openbsd-compat/port-aix.c] Expand whitespace -> tabs. No

code changes.
This commit is contained in:
Darren Tucker 2004-06-16 12:01:15 +10:00
parent 03e66f650c
commit a7ea546f1b
2 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,7 @@
20040616
- (dtucker) [openbsd-compat/port-aix.c] Expand whitespace -> tabs. No
code changes.
20040615
- (djm) OpenBSD CVS Sync
- djm@cvs.openbsd.org 2004/05/26 08:59:57
@ -1222,4 +1226,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.3387 2004/06/15 05:47:51 djm Exp $
$Id: ChangeLog,v 1.3388 2004/06/16 02:01:15 dtucker Exp $

View File

@ -133,12 +133,12 @@ sys_auth_passwd(Authctxt *ctxt, const char *password)
/*
* Check if the user's password is expired.
*/
expired = passwdexpired(name, &msg);
if (msg && *msg) {
buffer_append(&loginmsg, msg, strlen(msg));
aix_remove_embedded_newlines(msg);
}
debug3("AIX/passwdexpired returned %d msg %.100s", expired, msg);
expired = passwdexpired(name, &msg);
if (msg && *msg) {
buffer_append(&loginmsg, msg, strlen(msg));
aix_remove_embedded_newlines(msg);
}
debug3("AIX/passwdexpired returned %d msg %.100s", expired, msg);
switch (expired) {
case 0: /* password not expired */