From 84044171f5aa29fbce94b5ed85345cd50a8ddf56 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 3 Sep 2003 23:43:32 +0000 Subject: libz support added git-svn-id: file:///home/lennart/svn/public/syrep/trunk@20 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- src/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/context.c') diff --git a/src/context.c b/src/context.c index 1249669..b0cfc78 100644 --- a/src/context.c +++ b/src/context.c @@ -80,7 +80,7 @@ static DB* open_db(const char*path, int dup, int recno) { return NULL; } - if (dup) + if (dup && !recno) db->set_flags(db, DB_DUPSORT); //db->set_pagesize(db, 4096*8); -- cgit