dbwrap: intialize state.status in dbwrap_fetch_int32()
commit0f25bd78ca0ddbeff971d72791687ab25d6b33e4
authorStefan Metzmacher <metze@samba.org>
Fri, 22 Jun 2012 13:08:22 +0000 (22 15:08 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 22 Jun 2012 13:16:53 +0000 (22 15:16 +0200)
tree24c0c565a386f06941851a1befe1b08ea034e5c6
parentd7b9e0d19a72783b45610dcf006571817338b50f
dbwrap: intialize state.status in dbwrap_fetch_int32()

This might not be needed, but it makes it more clear that
we won't use uninitialized memory, it the callback was not triggered.

metze
lib/dbwrap/dbwrap_util.c