diff options
| author | Arthur de Jong <arthur@arthurdejong.org> | 2013-07-26 17:34:23 +0200 |
|---|---|---|
| committer | Arthur de Jong <arthur@arthurdejong.org> | 2013-07-26 17:34:23 +0200 |
| commit | 10eec70ba47dd5f48698e2346f05c65448bb92f8 (patch) | |
| tree | c2b28a5c28ba52241a09e897ef5a66565e066740 /nslcd/invalidator.c | |
| parent | 7c85202ab49b005bf4a4fe5113ccaa9b25b584f9 (diff) | |
| parent | dce98a5e9eef2c5f5c4313a4effdf28a99eaec2f (diff) | |
Merge fixes for reconnect_invalidate option
The branch accidentally got merged before it was fully tested.
Diffstat (limited to 'nslcd/invalidator.c')
| -rw-r--r-- | nslcd/invalidator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd/invalidator.c b/nslcd/invalidator.c index 03584eb..54a8f95 100644 --- a/nslcd/invalidator.c +++ b/nslcd/invalidator.c @@ -250,8 +250,8 @@ void invalidator_do(enum ldap_map_selector map) if (map == LM_NONE) { for (map = 0; map < LM_NONE ; map++) - invalidator_do(map); if (nslcd_cfg->reconnect_invalidate[map]) + invalidator_do(map); return; } /* write a single byte which should be atomic and not fill the PIPE |
