smbd: ignore ctdb tombstone records in fetch_share_mode_unlocked_parser()
authorRalph Boehme <slow@samba.org>
Wed, 20 Jul 2016 10:36:24 +0000 (12:36 +0200)
committerRalph Boehme <slow@samba.org>
Mon, 8 Aug 2016 12:26:24 +0000 (14:26 +0200)
commit7147859c7afc1344e76485e2cbc286679110d96e
tree2a609567037e7293c476866ddc9b9ef4af92b075
parent464b386d55b0c509b86645bdac7f6d3df489e902
smbd: ignore ctdb tombstone records in fetch_share_mode_unlocked_parser()

dbwrap_parse_record() can return ctdb tombstone records from the lctdb,
ignore them.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=12005

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/locking/share_mode_lock.c