From e961a2bdb8939e6fb0f8a7d418cac8ecef13e9ce Mon Sep 17 00:00:00 2001 From: Sears Russell Date: Sat, 7 Oct 2006 20:05:54 +0000 Subject: [PATCH] Fixed compile warning. --- src/lladd/operations/regions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lladd/operations/regions.c b/src/lladd/operations/regions.c index 69b020d..fa6058e 100644 --- a/src/lladd/operations/regions.c +++ b/src/lladd/operations/regions.c @@ -69,7 +69,7 @@ static int operate_dealloc_region(int xid, Page * p, lsn_t lsn, recordid rid, co assert(0 == holding_mutex); holding_mutex = pthread_self(); - operate_dealloc_region_unlocked(xid, p, lsn, rid, datP); + ret = operate_dealloc_region_unlocked(xid, p, lsn, rid, datP); holding_mutex = 0; pthread_mutex_unlock(®ion_mutex);