Small change in experimental FDB code
This commit is contained in:
parent
241ded1da0
commit
b5ce762526
@ -12,6 +12,10 @@ v0.51.4 11-Apr-2004
|
|||||||
libmsgbase.a:
|
libmsgbase.a:
|
||||||
With JAM_Readheader the Msg.Replyid field wasn't filled.
|
With JAM_Readheader the Msg.Replyid field wasn't filled.
|
||||||
|
|
||||||
|
libdbase.a:
|
||||||
|
In experimental FDB functions, removed auto unlock on FDB
|
||||||
|
close.
|
||||||
|
|
||||||
mbcico:
|
mbcico:
|
||||||
All heavy debug logmessages are now in defines and are only
|
All heavy debug logmessages are now in defines and are only
|
||||||
enabled with ./configure --enable-newbinkp
|
enabled with ./configure --enable-newbinkp
|
||||||
|
@ -131,7 +131,7 @@ int mbsedb_CloseFDB(struct _fdbarea *fdb_area)
|
|||||||
/*
|
/*
|
||||||
* Unlock first
|
* Unlock first
|
||||||
*/
|
*/
|
||||||
mbsedb_UnlockFDB(fdb_area);
|
// mbsedb_UnlockFDB(fdb_area);
|
||||||
}
|
}
|
||||||
fclose(fdb_area->fp);
|
fclose(fdb_area->fp);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user