]> andersk Git - gssapi-openssh.git/blobdiff - openssh/auth2-hostbased.c
Import of OpenSSH 3.8p1
[gssapi-openssh.git] / openssh / auth2-hostbased.c
index 505d3eff458758323cb9688f12692857c587b7f1..1111ed67a643223635f25ae73b528213a74a4099 100644 (file)
@@ -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)
This page took 0.03067 seconds and 4 git commands to generate.