mirror of
https://github.com/samba-team/samba.git
synced 2025-08-05 12:22:11 +03:00
pyldb: Remove unused and broken Python access to LDB module API
These exposed the private LDB modules API to python, and was untested and broken since LDB was made async internally as it never called ldb_wait() on the result. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
@ -154,10 +154,6 @@ class SegfaultTests(samba.tests.TestCase):
|
||||
pass
|
||||
str(m)
|
||||
|
||||
@segfault_detector
|
||||
def test_ldb_register_module(self):
|
||||
ldb.register_module('')
|
||||
|
||||
@segfault_detector
|
||||
def test_messaging_deregister(self):
|
||||
messaging.deregister('s', 's', 's', False)
|
||||
|
Reference in New Issue
Block a user