diff options
author | Fredrik Gustafsson <[email protected]> | 2013-08-21 08:41:01 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-08-21 08:41:01 +0200 |
commit | ea820836ec6832a45f55d45e14f4dc68a6b2f646 (patch) | |
tree | bd40994ebd5e2e32fe950a8603d61684e07a9188 /lib/ssh/src/ssh.hrl | |
parent | 50cb91788d39a69bac34eba847a6b5439a6568de (diff) | |
parent | babcd2b454b37f195721c501f014486e4c5617b2 (diff) | |
download | otp-ea820836ec6832a45f55d45e14f4dc68a6b2f646.tar.gz otp-ea820836ec6832a45f55d45e14f4dc68a6b2f646.tar.bz2 otp-ea820836ec6832a45f55d45e14f4dc68a6b2f646.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/ssh/src/ssh.hrl')
-rw-r--r-- | lib/ssh/src/ssh.hrl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh.hrl b/lib/ssh/src/ssh.hrl index da5750b6c3..4fd347ba8f 100644 --- a/lib/ssh/src/ssh.hrl +++ b/lib/ssh/src/ssh.hrl @@ -127,7 +127,8 @@ userauth_supported_methods , % userauth_methods, userauth_preference, - available_host_keys + available_host_keys, + authenticated = false }). -record(alg, |