=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth2-hostbased.c,v retrieving revision 1.2.8.1 retrieving revision 1.2.8.2 diff -u -r1.2.8.1 -r1.2.8.2 --- src/usr.bin/ssh/auth2-hostbased.c 2003/09/16 20:50:42 1.2.8.1 +++ src/usr.bin/ssh/auth2-hostbased.c 2004/03/04 18:18:15 1.2.8.2 @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth2-hostbased.c,v 1.2.8.1 2003/09/16 20:50:42 brad Exp $"); +RCSID("$OpenBSD: auth2-hostbased.c,v 1.2.8.2 2004/03/04 18:18:15 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)