X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=bluesky%2Fstore.c;h=785372b4d961452e855d1f9142323bb31a93389c;hb=1c12fd8fc5ede1bb2e991ba65e2c59831c5718c5;hp=0d542adf3532400d0ab256632efd0f055c2978af;hpb=e28023d2e5189f8902fa8590a3100f185c947f61;p=bluesky.git diff --git a/bluesky/store.c b/bluesky/store.c index 0d542ad..785372b 100644 --- a/bluesky/store.c +++ b/bluesky/store.c @@ -397,10 +397,12 @@ static void filestore_submit(gpointer s, BlueSkyStoreAsync *async) switch (async->op) { case STORE_OP_GET: async->data = filestore_get(async->key); + async->result = 0; break; case STORE_OP_PUT: filestore_put(async->key, async->data); + async->result = 0; break; default: