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:
committed by
Douglas Bagnall
parent
3af57daa84
commit
192386ede6
@ -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('')
|
||||
|
Reference in New Issue
Block a user