tdb: Do not allow to pass NULL as the buffer to transaction_write()
authorAndreas Schneider <asn@samba.org>
Wed, 9 Aug 2017 07:58:35 +0000 (09:58 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 10 Aug 2017 00:26:09 +0000 (02:26 +0200)
commitd7e60bc17e1f5428e5459e6d60a7c8b1f146a3aa
tree10131c9e870e761fbfc06ccaba687a51fd1a407a
parent47bb27652e909ff411bea9000fd1a9f186458f3b
tdb: Do not allow to pass NULL as the buffer to transaction_write()

This fixes a GCC warning.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Thu Aug 10 02:26:09 CEST 2017 on sn-devel-144
lib/tdb/common/transaction.c