s3:dbwrap: fix dbwrap_store_uint32() to match dbwrap_store_int32()
commitc0fc381ac7ad09fd454fd6802149c46b607069ee
authorStefan Metzmacher <metze@samba.org>
Mon, 29 Dec 2008 11:28:16 +0000 (29 12:28 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 29 Dec 2008 11:28:35 +0000 (29 12:28 +0100)
tree27ba449841e2a6fb1eba8be8aab0cc0d04cee363
parentc364d44de2285cabb83a0c105f061b8640a3a431
s3:dbwrap: fix dbwrap_store_uint32() to match dbwrap_store_int32()

All callers expect 0 an success and -1 on error.

metze
(cherry picked from commit a255f9ce713b29552722ec73e4038226959e1c8e)
(cherry picked from commit 9aa543fee7ebcc95125d18868bdec7e4bf577d8a)
source/lib/dbwrap_util.c