s3:dbwrap: fix dbwrap_store_uint32() to match dbwrap_store_int32()
commit334c9ba5befbbda30db3109892aa340cb20c6bb1
authorStefan Metzmacher <metze@samba.org>
Mon, 29 Dec 2008 11:28:16 +0000 (29 12:28 +0100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 28 Jan 2009 08:39:52 +0000 (28 09:39 +0100)
treebb0801022762c02b8c500ed76d862c697b768051
parent9e998a07214caa1fe6d837f365b39cbaad560111
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)
(cherry picked from commit c0fc381ac7ad09fd454fd6802149c46b607069ee)
source/lib/dbwrap_util.c