s3:dbwrap: fix dbwrap_store_uint32() to match dbwrap_store_int32()
commit41b3c91c787b16f6315e35283dababfbb19fd39b
authorStefan Metzmacher <metze@samba.org>
Wed, 17 Dec 2008 16:16:50 +0000 (17 17:16 +0100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 2 Jan 2009 11:44:26 +0000 (2 12:44 +0100)
treedb5b77f1134ae1abd382536bdde5eff78fc81ed3
parentf1fcb808a56943b7332f888f5cc9cc357c5be66a
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/include/proto.h
source/lib/dbwrap_util.c