1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00

Fix bugs in samr python tests.

(This used to be commit 09c6b106ac)
This commit is contained in:
Jelmer Vernooij
2008-05-23 15:10:35 +02:00
parent dff31b1dc0
commit 5eed56d0ad
2 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ class SamrTests(RpcInterfaceTestCase):
(level, info, handle) = self.conn.Connect5(None, 0, 1, samr.ConnectInfo1())
def test_connect2(self):
(level, info, handle) = self.conn.Connect2(None, security.SEC_FLAG_MAXIMUM_ALLOWED)
handle = self.conn.Connect2(None, security.SEC_FLAG_MAXIMUM_ALLOWED)
def test_EnumDomains(self):
handle = self.conn.Connect2(None, security.SEC_FLAG_MAXIMUM_ALLOWED)