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:
@@ -456,8 +456,10 @@ file_init_common(hx509_context context,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
rk_xfree(ptr);
|
rk_xfree(ptr);
|
||||||
if (ret)
|
if (ret) {
|
||||||
|
hx509_clear_error_string(context);
|
||||||
goto out;
|
goto out;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user