clear error string, it makes no sense

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25224 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-05-25 23:43:57 +00:00
parent 6fcb49d88f
commit 21ceaf518f

View File

@@ -456,8 +456,10 @@ file_init_common(hx509_context context,
break;
}
rk_xfree(ptr);
if (ret)
if (ret) {
hx509_clear_error_string(context);
goto out;
}
}
}