From: jgg <> Date: Thu, 13 Jan 2000 17:16:08 +0000 (+0000) Subject: Fixed typo X-Git-Tag: debian_userdir-ldap_0-3-7~171 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=10ed90c0bd35fb4538ef4e1b28fce41052aa124f Fixed typo --- diff --git a/ud-mailgate b/ud-mailgate index afbe4c3..586dddb 100755 --- a/ud-mailgate +++ b/ud-mailgate @@ -128,7 +128,7 @@ def DoDel(Str,Attrs): return None; G = Match.groups(); - if ArbChanges.has_key(G[0]) == 0: + if DelItems.has_key(G[0]) == 0: return "Cannot erase entry %s"%(G[0]); Attrs.append((ldap.MOD_DELETE,G[0],None));