s3:dbwrap: fix dbwrap_store_uint32() to match dbwrap_store_int32()
commit9aa543fee7ebcc95125d18868bdec7e4bf577d8a
authorStefan Metzmacher <metze@samba.org>
Wed, 17 Dec 2008 16:16:50 +0000 (17 17:16 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 29 Dec 2008 11:17:04 +0000 (29 12:17 +0100)
tree2c1974cf6de3dccb607b7b84f9c1e0abea4ba192
parent8c7552790934397c1bbb7e93eb64716a5fed31fa
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)
source/include/proto.h
source/lib/dbwrap_util.c