diff options
| author | Arthur de Jong <arthur@arthurdejong.org> | 2013-07-26 15:21:28 +0200 |
|---|---|---|
| committer | Arthur de Jong <arthur@arthurdejong.org> | 2013-07-26 17:33:09 +0200 |
| commit | dce98a5e9eef2c5f5c4313a4effdf28a99eaec2f (patch) | |
| tree | c2b28a5c28ba52241a09e897ef5a66565e066740 /pynslcd/invalidator.py | |
| parent | e1b0399ee018d217cd50267cef03c28dfdb32fbf (diff) | |
Fix errors in invalidator changes
This fixes a few typos and an omission in the configuration file parsing
code.
Diffstat (limited to 'pynslcd/invalidator.py')
| -rw-r--r-- | pynslcd/invalidator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pynslcd/invalidator.py b/pynslcd/invalidator.py index 98c0783..4f260c3 100644 --- a/pynslcd/invalidator.py +++ b/pynslcd/invalidator.py @@ -78,7 +78,7 @@ def loop(fd): db = _char_to_db.get(db, None) if db == 'nfsidmap': exec_invalidate('nfsidmap', '-c') - else if db: + elif db: exec_invalidate('nscd', '-i', db) |
