diff options
author | Pavel Březina <pbrezina@redhat.com> | 2012-04-23 14:42:19 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-04-24 09:50:56 -0400 |
commit | 53dae47b4e8995be624c74cb2d4838c6856b0ba4 (patch) | |
tree | ecba19a648811dec455f4c6d08898ed02020bee7 /src/confdb | |
parent | 4fa3ef8d8a8a3cddf8025d306c3b90b37dd431bc (diff) | |
download | sssd-53dae47b4e8995be624c74cb2d4838c6856b0ba4.tar.gz sssd-53dae47b4e8995be624c74cb2d4838c6856b0ba4.tar.xz sssd-53dae47b4e8995be624c74cb2d4838c6856b0ba4.zip |
fix copy and paste error in comment
Diffstat (limited to 'src/confdb')
-rw-r--r-- | src/confdb/confdb.c | 2 |
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); |