1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

pyldb: remove ldb.open, which was never survivable

There was no way to call ldb.open without evoking signal 11, so it is
unlikely anyone was using it.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
This commit is contained in:
Douglas Bagnall
2019-07-04 16:29:56 +12:00
committed by Douglas Bagnall
parent 3af57daa84
commit 192386ede6
3 changed files with 0 additions and 14 deletions

View File

@ -138,11 +138,3 @@ class SegfaultTests(samba.tests.TestCase):
@segfault_detector
def test_ldb_register_module(self):
ldb.register_module('')
@segfault_detector
def test_ldb_open_0(self):
ldb.open()
@segfault_detector
def test_ldb_open_1(self):
ldb.open('')