From 9001ff8752f393e5ad15e77209ad84d9d53f5c93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 27 Feb 2009 03:25:42 +0000 Subject: [PATCH] drop unused value for exec_stat() git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24826 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/scache.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/krb5/scache.c b/lib/krb5/scache.c index 3bc21c4bb..b61750b0a 100644 --- a/lib/krb5/scache.c +++ b/lib/krb5/scache.c @@ -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);