diff options
Diffstat (limited to 'auth2-hostbased.c')
-rw-r--r-- | auth2-hostbased.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auth2-hostbased.c b/auth2-hostbased.c index 505d3eff4..1111ed67a 100644 --- a/auth2-hostbased.c +++ b/auth2-hostbased.c | |||
@@ -23,7 +23,7 @@ | |||
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include "includes.h" | 25 | #include "includes.h" |
26 | RCSID("$OpenBSD: auth2-hostbased.c,v 1.5 2003/06/24 08:23:46 markus Exp $"); | 26 | RCSID("$OpenBSD: auth2-hostbased.c,v 1.6 2004/01/19 21:25:15 markus Exp $"); |
27 | 27 | ||
28 | #include "ssh2.h" | 28 | #include "ssh2.h" |
29 | #include "xmalloc.h" | 29 | #include "xmalloc.h" |
@@ -114,7 +114,7 @@ userauth_hostbased(Authctxt *authctxt) | |||
114 | buffer_len(&b))) == 1) | 114 | buffer_len(&b))) == 1) |
115 | authenticated = 1; | 115 | authenticated = 1; |
116 | 116 | ||
117 | buffer_clear(&b); | 117 | buffer_free(&b); |
118 | done: | 118 | done: |
119 | debug2("userauth_hostbased: authenticated %d", authenticated); | 119 | debug2("userauth_hostbased: authenticated %d", authenticated); |
120 | if (key != NULL) | 120 | if (key != NULL) |