mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
8dcc760f1e
It was a regrettable hack which I used to reduce line count in tdb; in fact it caused confusion as can be seen in this patch.
In particular, ecode now needs to be set before TDB_LOG anyway, and having it exposed in
the header is useless (the struct tdb_context isn't defined, so it's doubly useless).
Also, we should never set errno, as io.c was doing.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
(cherry picked from samba commit
|
||
---|---|---|
.. | ||
config.h.in | ||
tdb.h |