author | Alberto Bertogli
<albertito@gmail.com> 2007-08-28 05:21:52 UTC |
committer | Alberto Bertogli
<albertito@gmail.com> 2007-08-28 05:21:52 UTC |
parent | 1796a6c55c62788f716d9b1fe527f4257cc2187e |
nmdb/dbloop.c | +1 | -1 |
diff --git a/nmdb/dbloop.c b/nmdb/dbloop.c index 5140ca9..9a80c0d 100644 --- a/nmdb/dbloop.c +++ b/nmdb/dbloop.c @@ -151,7 +151,7 @@ static void process_op(db_t *db, struct queue_entry *e) } rv = db_get(db, e->key, e->ksize, dbval, &dbvsize); if (rv == 0) { - e->req->reply_get(e->req, REP_NOTIN, NULL, 0); + e->req->reply_cas(e->req, REP_NOTIN); free(dbval); return; }