From: joey <> Date: Sun, 23 Jan 2005 15:21:46 +0000 (+0000) Subject: Inspired by Andreas Barth: Adjusted type after accidential conversion X-Git-Tag: debian_userdir-ldap_0-3-8~6 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=428c40184c9eed02dab84a3c3070eff44dca6f3b Inspired by Andreas Barth: Adjusted type after accidential conversion --- diff --git a/ud-generate b/ud-generate index 3dfbc09..6be531d 100755 --- a/ud-generate +++ b/ud-generate @@ -589,6 +589,8 @@ while(1): GroupList[str(GroupIDMap[I])] = None; Allowed = GroupList; + if Allowed == {}: + Allowed = None CurrentHost = Split[0]; sys.stdout.flush();