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:
@@ -1017,12 +1017,11 @@ scc_end_get (krb5_context context,
|
|||||||
{
|
{
|
||||||
struct cred_ctx *ctx = *cursor;
|
struct cred_ctx *ctx = *cursor;
|
||||||
krb5_scache *s = SCACHE(id);
|
krb5_scache *s = SCACHE(id);
|
||||||
int ret;
|
|
||||||
|
|
||||||
sqlite3_finalize(ctx->stmt);
|
sqlite3_finalize(ctx->stmt);
|
||||||
sqlite3_finalize(ctx->credstmt);
|
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->drop);
|
||||||
free(ctx);
|
free(ctx);
|
||||||
|
|||||||
Reference in New Issue
Block a user