1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-21 12:23:50 +03:00

r26642: samba3sam.py: Remove more EJS-specific code.

This commit is contained in:
Jelmer Vernooij
2008-01-02 01:52:31 -06:00
committed by Stefan Metzmacher
parent f250bc18e9
commit 7d14b657b3
2 changed files with 240 additions and 263 deletions

View File

@@ -172,8 +172,7 @@ class Ldb(ldb.Ldb):
:param ldif: LDIF text.
"""
for (changetype, msg) in self.parse_ldif(ldif):
assert changetype == ldb.CHANGETYPE_MODIFY
for changetype, msg in self.parse_ldif(ldif):
self.modify(msg)