Small change in experimental FDB code

This commit is contained in:
Michiel Broek 2004-05-16 18:49:11 +00:00
parent 241ded1da0
commit b5ce762526
2 changed files with 5 additions and 1 deletions

View File

@ -12,6 +12,10 @@ v0.51.4 11-Apr-2004
libmsgbase.a:
With JAM_Readheader the Msg.Replyid field wasn't filled.
libdbase.a:
In experimental FDB functions, removed auto unlock on FDB
close.
mbcico:
All heavy debug logmessages are now in defines and are only
enabled with ./configure --enable-newbinkp

View File

@ -131,7 +131,7 @@ int mbsedb_CloseFDB(struct _fdbarea *fdb_area)
/*
* Unlock first
*/
mbsedb_UnlockFDB(fdb_area);
// mbsedb_UnlockFDB(fdb_area);
}
fclose(fdb_area->fp);