summaryrefslogtreecommitdiff
path: root/selftest/knownfail.d
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2020-08-28 16:28:41 +0200
committerVolker Lendecke <vl@samba.org>2020-08-31 11:57:01 +0000
commitb5c0874fd5d31e252cf9ac8b84bde5c536b1e8ef (patch)
tree13b1e64a13f3cf0a98c7852ef50b959237047c4e /selftest/knownfail.d
parent1aa1ac97082f81f6dc62f345823d2dd345e0afd7 (diff)
downloadsamba-b5c0874fd5d31e252cf9ac8b84bde5c536b1e8ef.tar.gz
s3:share_mode_lock: make sure share_mode_cleanup_disconnected() removes the record
This fixes one possible trigger for "PANIC: assert failed in get_lease_type()" https://bugzilla.samba.org/show_bug.cgi?id=14428 This is no longer enough to remove the record: d->have_share_modes = false; d->modified = true; Note that we can remove it completely from share_mode_cleanup_disconnected() as share_mode_forall_entries() already sets it when there are no entries left. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14428 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'selftest/knownfail.d')
-rw-r--r--selftest/knownfail.d/bug-144281
1 files changed, 0 insertions, 1 deletions
diff --git a/selftest/knownfail.d/bug-14428 b/selftest/knownfail.d/bug-14428
deleted file mode 100644
index e198400ea16..00000000000
--- a/selftest/knownfail.d/bug-14428
+++ /dev/null
@@ -1 +0,0 @@
-^samba3.blackbox.durable_v2_delay.bug.14428