From: miker Date: Tue, 23 Dec 2008 16:23:35 +0000 (+0000) Subject: too much backported from trunk, removing non-existant var X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3d169033f78957763c64a55ee767be37c765160c;p=Evergreen.git too much backported from trunk, removing non-existant var git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@11661 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/c-apps/oils_cstore.c b/Open-ILS/src/c-apps/oils_cstore.c index f7d526825d..af4114dc13 100644 --- a/Open-ILS/src/c-apps/oils_cstore.c +++ b/Open-ILS/src/c-apps/oils_cstore.c @@ -1006,7 +1006,7 @@ static jsonObject* doRetrieve(osrfMethodContext* ctx, int* err ) { jsonObjectSetKey( jsonObjectGetIndex(fake_params, 0), osrfHashGet(meta, "primarykey"), - jsonObjectClone(jsonObjectGetIndex(ctx->params, id_pos)) + jsonObjectClone(jsonObjectGetIndex(ctx->params, 0)) );