summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2014-08-19 23:08:56 +0800
committerMatt Johnston <matt@ucc.asn.au>2014-08-19 23:08:56 +0800
commit57e34db93351e2bb3be01f8571d2f4a49f8fdc38 (patch)
treeda758f18121fa30e487f3a9bb7f1fa592ef937a6 /auth.h
parent979e5c1d0382a1fe058ef917e885a004f500c465 (diff)
downloaddropbear-57e34db93351e2bb3be01f8571d2f4a49f8fdc38.tar.gz
Make keepalive handling more robust, this should now match what OpenSSH does
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth.h b/auth.h
index 3aed57b..66f5b6a 100644
--- a/auth.h
+++ b/auth.h
@@ -106,7 +106,7 @@ struct AuthState {
valid */
unsigned int failcount; /* Number of (failed) authentication attempts.*/
unsigned authdone : 1; /* 0 if we haven't authed, 1 if we have. Applies for
- client and server (though has differing [obvious]
+ client and server (though has differing
meanings). */
unsigned perm_warn : 1; /* Server only, set if bad permissions on
~/.ssh/authorized_keys have already been