diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-11-09 13:06:57 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-11-09 13:06:57 (GMT) |
commit | fe2d91869348c057cee2dd91ba214b272a97d291 (patch) | |
tree | 2d600dd3bbb60e2d7f0a4e3995c3cbc801549dd6 /saslauthd | |
parent | 0e8a5848550a1fbb4b64b9527a6cdccfb247ba89 (diff) | |
download | pykolab-fe2d91869348c057cee2dd91ba214b272a97d291.tar.gz |
SASLDaemon has no attribute thread_count
Diffstat (limited to 'saslauthd')
-rw-r--r-- | saslauthd/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/saslauthd/__init__.py b/saslauthd/__init__.py index f7f842a..1cffa2b 100644 --- a/saslauthd/__init__.py +++ b/saslauthd/__init__.py @@ -64,7 +64,6 @@ class SASLAuthDaemon(object): try: pid = 1 if conf.fork_mode: - self.thread_count += 1 pid = os.fork() if pid == 0: |