From fa6c75e284773bff92002b9ca5c6f89b8b24c0e3 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 9 Oct 2012 13:19:03 +1100 Subject: [PATCH] remove sshbuf_reset() made redundant by RO buffer code --- ssh/auth-options.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ssh/auth-options.c b/ssh/auth-options.c index 4dbd969..40876a1 100644 --- a/ssh/auth-options.c +++ b/ssh/auth-options.c @@ -549,7 +549,6 @@ parse_option_list(const struct sshbuf *oblob, struct passwd *pw, "(extra data)", name); goto out; } - sshbuf_reset(data); xfree(name); name = NULL; }