From 30cce6d17951e5832982c0e3f042c8b75c6d5ca9 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Tue, 29 Dec 2009 12:44:56 +0000 Subject: some small simplifcations and clarifications git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1046 ef36b2f9-881f-0410-afb5-c4e39611909c --- nslcd/cfg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nslcd/cfg.h') 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; }; -- cgit v1.2.3