dbwrap: Convert fetch_int32 to dbwrap_parse_record
authorVolker Lendecke <vl@samba.org>
Tue, 12 Jun 2012 10:58:47 +0000 (12:58 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 22 Jun 2012 13:16:52 +0000 (15:16 +0200)
commitd7b9e0d19a72783b45610dcf006571817338b50f
tree3853e1137b24fdfc011d9390d395957e09c42286
parent770d9affd721f05c4729d26dbc674cac491fba7c
dbwrap: Convert fetch_int32 to dbwrap_parse_record

Now dbwrap_fetch_int32 is used in smbd/locking/posix.c is used a
lot more often than before.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
lib/dbwrap/dbwrap_util.c