summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/urgent_replication.py
diff options
context:
space:
mode:
Diffstat (limited to 'source4/dsdb/tests/python/urgent_replication.py')
-rwxr-xr-xsource4/dsdb/tests/python/urgent_replication.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/tests/python/urgent_replication.py b/source4/dsdb/tests/python/urgent_replication.py
index 88cef4dfad..946d7d7f34 100755
--- a/source4/dsdb/tests/python/urgent_replication.py
+++ b/source4/dsdb/tests/python/urgent_replication.py
@@ -369,7 +369,7 @@ if not "://" in host:
host = "ldap://%s" % host
-ldb = SamDB(host, credentials=creds, session_info=system_session(), lp=lp,
+ldb = SamDB(host, credentials=creds, session_info=system_session(lp), lp=lp,
global_schema=False)
runner = SubunitTestRunner()