Age | Commit message (Collapse) | Author | Files | Lines |
|
Also, the parser now returns void. The parser is called if and only if
dbwrap_parse_record returns NT_STATUS_OK.
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
We have the private fallback in dbwrap_parse_record anyway
|
|
|
|
This implement more correct NTSTATUS handling inside the backends.
This ensures that data.dptr != NULL if return code is NT_STATUS_OK.
|
|
dbwrap_private.h
The API and callers now only need the forward declarations.
|
|
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
Also start new folder lib/dbwrap/ where dbwrap_open.c is stored and
make the fallbacke implementation functoins non-static and create a
dbwrap_private.h header file that contains their prototypes.
|