From 53dae47b4e8995be624c74cb2d4838c6856b0ba4 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Mon, 23 Apr 2012 14:42:19 +0200 Subject: fix copy and paste error in comment --- src/confdb/confdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit