summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2012-04-23 14:42:19 +0200
committerStephen Gallagher <sgallagh@redhat.com>2012-04-24 09:50:56 -0400
commit53dae47b4e8995be624c74cb2d4838c6856b0ba4 (patch)
treeecba19a648811dec455f4c6d08898ed02020bee7
parent4fa3ef8d8a8a3cddf8025d306c3b90b37dd431bc (diff)
downloadsssd-53dae47b4e8995be624c74cb2d4838c6856b0ba4.tar.gz
sssd-53dae47b4e8995be624c74cb2d4838c6856b0ba4.tar.xz
sssd-53dae47b4e8995be624c74cb2d4838c6856b0ba4.zip
fix copy and paste error in comment
-rw-r--r--src/confdb/confdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/confdb/confdb.c b/src/confdb/confdb.c
index fee728757..d938d4f61 100644
--- a/src/confdb/confdb.c
+++ b/src/confdb/confdb.c
@@ -911,7 +911,7 @@ static int confdb_get_domain_internal(struct confdb_ctx *cdb,
goto done;
}
- /* Override the service cache timeout, if specified */
+ /* Override the autofs cache timeout, if specified */
ret = get_entry_as_uint32(res->msgs[0], &domain->autofsmap_timeout,
CONFDB_DOMAIN_AUTOFS_CACHE_TIMEOUT,
entry_cache_timeout);