summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-aix.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-06-16 12:01:15 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-06-16 12:01:15 +1000
commita7ea546f1bec59b045a747f900be1ac67089329b (patch)
treed236a0553fa662dabb627aa81b96bbc317111c0b /openbsd-compat/port-aix.c
parent03e66f650c63cac36adf26ba49500320d9d24b86 (diff)
downloadopenssh-git-a7ea546f1bec59b045a747f900be1ac67089329b.tar.gz
- (dtucker) [openbsd-compat/port-aix.c] Expand whitespace -> tabs. No
code changes.
Diffstat (limited to 'openbsd-compat/port-aix.c')
-rw-r--r--openbsd-compat/port-aix.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/openbsd-compat/port-aix.c b/openbsd-compat/port-aix.c
index 2895f0d4..5ba6819d 100644
--- a/openbsd-compat/port-aix.c
+++ b/openbsd-compat/port-aix.c
@@ -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 */