s3:dbwrap: fix dbwrap_store_uint32() to match dbwrap_store_int32()
authorStefan Metzmacher <metze@samba.org>
Wed, 17 Dec 2008 16:16:50 +0000 (17:16 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 29 Dec 2008 08:05:15 +0000 (09:05 +0100)
commita255f9ce713b29552722ec73e4038226959e1c8e
treea94ddaa88484f00e859d67e1bbe68771f4335f84
parentb719595fd6fd8606b4a5eefa2b0cc24da503a44c
s3:dbwrap: fix dbwrap_store_uint32() to match dbwrap_store_int32()

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

metze
source3/include/proto.h
source3/lib/dbwrap_util.c