s3:dbwrap: turn the fetch dbwrap method to NTSTATUS return code.
authorMichael Adam <obnox@samba.org>
Thu, 10 Nov 2011 23:49:11 +0000 (00:49 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 29 Nov 2011 17:20:06 +0000 (18:20 +0100)
commitefb993b686e397e06ba647089535c92ec08c4345
tree470e5e6cd40991409f66e8ddcdac88cfce68fceb
parent819ca3b697e1b396b83308341cf81c19362c2626
s3:dbwrap: turn the fetch dbwrap method to NTSTATUS return code.

This implement more correct NTSTATUS handling inside the backends.
This ensures that data.dptr != NULL if return code is NT_STATUS_OK.
source3/lib/dbwrap/dbwrap.c
source3/lib/dbwrap/dbwrap_ctdb.c
source3/lib/dbwrap/dbwrap_private.h
source3/lib/dbwrap/dbwrap_rbt.c
source3/lib/dbwrap/dbwrap_tdb.c