=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth2-hostbased.c,v retrieving revision 1.5 retrieving revision 1.5.2.1 diff -u -r1.5 -r1.5.2.1 --- src/usr.bin/ssh/auth2-hostbased.c 2003/06/24 08:23:46 1.5 +++ src/usr.bin/ssh/auth2-hostbased.c 2004/02/28 03:51:32 1.5.2.1 @@ -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.5.2.1 2004/02/28 03:51:32 brad Exp $"); #include "ssh2.h" #include "xmalloc.h" @@ -114,7 +114,7 @@ buffer_len(&b))) == 1) authenticated = 1; - buffer_clear(&b); + buffer_free(&b); done: debug2("userauth_hostbased: authenticated %d", authenticated); if (key != NULL)