X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/a27002e5cd012026c6b5462babe81f6a5633a543..3aa43b2400a595aba87462085acd92439aff2ef0:/auth2-hostbased.c diff --git a/auth2-hostbased.c b/auth2-hostbased.c index 505d3eff..1111ed67 100644 --- a/auth2-hostbased.c +++ b/auth2-hostbased.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth2-hostbased.c,v 1.5 2003/06/24 08:23:46 markus Exp $"); +RCSID("$OpenBSD: auth2-hostbased.c,v 1.6 2004/01/19 21:25:15 markus Exp $"); #include "ssh2.h" #include "xmalloc.h" @@ -114,7 +114,7 @@ userauth_hostbased(Authctxt *authctxt) buffer_len(&b))) == 1) authenticated = 1; - buffer_clear(&b); + buffer_free(&b); done: debug2("userauth_hostbased: authenticated %d", authenticated); if (key != NULL)