dbwrap: add dbwrap_purge[_bystring]
commitc0fc2c38fc3bd3a0597c71c3ad03b307727a68e1
authorMichael Adam <obnox@samba.org>
Wed, 24 Feb 2016 23:56:14 +0000 (25 00:56 +0100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 14 Mar 2016 09:02:13 +0000 (14 10:02 +0100)
treebfa86c6284f1a9eef77b4afc8471c949b6c7fb29
parenta5a7947edf7fdcdc2e3bc905c455c68e3648fa2d
dbwrap: add dbwrap_purge[_bystring]

Variants of dbrwap_delete[_bysrting] that treats NOT FOUND
as success.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
(cherry picked from commit 366b51a8ff30132185ff126e2cdd51801b07e6f4)

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11779
lib/dbwrap/dbwrap.h
lib/dbwrap/dbwrap_util.c