summaryrefslogtreecommitdiff
path: root/pynslcd/pynslcd.py
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2013-07-26 15:21:28 +0200
committerArthur de Jong <arthur@arthurdejong.org>2013-07-26 17:33:09 +0200
commitdce98a5e9eef2c5f5c4313a4effdf28a99eaec2f (patch)
treec2b28a5c28ba52241a09e897ef5a66565e066740 /pynslcd/pynslcd.py
parente1b0399ee018d217cd50267cef03c28dfdb32fbf (diff)
Fix errors in invalidator changes
This fixes a few typos and an omission in the configuration file parsing code.
Diffstat (limited to 'pynslcd/pynslcd.py')
-rwxr-xr-xpynslcd/pynslcd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pynslcd/pynslcd.py b/pynslcd/pynslcd.py
index 4a57155..e0add71 100755
--- a/pynslcd/pynslcd.py
+++ b/pynslcd/pynslcd.py
@@ -324,7 +324,7 @@ if __name__ == '__main__':
logging.getLogger().removeHandler(stderrhandler)
logging.info('version %s starting', constants.VERSION)
# start invalidator sub-process if needed
- if cfg.invalidator_invalidate:
+ if cfg.reconnect_invalidate:
invalidator.start_invalidator()
# create socket
nslcd_serversocket = create_socket()