diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2009-12-29 13:44:56 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2009-12-29 13:44:56 +0100 |
commit | 30cce6d17951e5832982c0e3f042c8b75c6d5ca9 (patch) | |
tree | 2ec9914f60bf583c3411f07ca610367da8227edc /nslcd/cfg.h | |
parent | 53d1704ce8b374454cb9f1399e2f0cdc0f47b1ef (diff) |
some small simplifcations and clarifications
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1046 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd/cfg.h')
-rw-r--r-- | nslcd/cfg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nslcd/cfg.h b/nslcd/cfg.h index 02a8152..8c74276 100644 --- a/nslcd/cfg.h +++ b/nslcd/cfg.h @@ -70,9 +70,9 @@ enum ldap_map_selector struct myldap_uri { char *uri; - /* timestamp of last ok search */ + /* time of last successful operation */ time_t lastok; - /* timestamp of last ok search */ + /* time of last failed operation */ time_t lastfail; }; |