drop unused value for exec_stat()

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24826 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-02-27 03:25:42 +00:00
parent 9744d8a9e6
commit 9001ff8752

View File

@@ -1017,12 +1017,11 @@ scc_end_get (krb5_context context,
{
struct cred_ctx *ctx = *cursor;
krb5_scache *s = SCACHE(id);
int ret;
sqlite3_finalize(ctx->stmt);
sqlite3_finalize(ctx->credstmt);
ret = exec_stmt(context, s->db, ctx->drop, 0);
exec_stmt(context, s->db, ctx->drop, 0);
free(ctx->drop);
free(ctx);