From: Adam Dickmeiss Date: Sat, 10 Feb 2007 18:37:42 +0000 (+0000) Subject: Fixed serious bug in mf_open which made it fail to see an already existing X-Git-Tag: ZEBRA.2.0.12~62 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=ea8f2ba5fbb613bb0d70a76582fb23e7f3a17e58;p=idzebra-moved-to-github.git Fixed serious bug in mf_open which made it fail to see an already existing metafile. The bug was introduced in mfile 1.70. --- diff --git a/bfile/mfile.c b/bfile/mfile.c index 2295d11..58dbe53 100644 --- a/bfile/mfile.c +++ b/bfile/mfile.c @@ -1,4 +1,4 @@ -/* $Id: mfile.c,v 1.74 2007-01-15 15:10:14 adam Exp $ +/* $Id: mfile.c,v 1.75 2007-02-10 18:37:42 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -366,6 +366,7 @@ MFile mf_open(MFile_area ma, const char *name, int block_size, int wflag) yaz_log(YLOG_WARN, "metafile %s already open", name); return 0; } + break; } if (!mnew) {