remove sshbuf_reset() made redundant by RO buffer code

This commit is contained in:
Damien Miller
2012-10-09 13:19:03 +11:00
committed by Markus Friedl
parent b305993cea
commit fa6c75e284

View File

@@ -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;
}