From efea50efda58be66638e5d38c8e57fdf9992f204 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 20 Jul 2012 12:36:43 -0400 Subject: Change refreshing of subdomains This patch keeps a local copy of the subdomains in the ipa subdomains plugin context. This has 2 advantages: 1. allows to check if anything changed w/o always hitting the sysdb. 2. later will allows us to dump this information w/o having to retrieve it again. The timestamp also allows to avoid refreshing too often. --- src/providers/dp_backend.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/providers/dp_backend.h') diff --git a/src/providers/dp_backend.h b/src/providers/dp_backend.h index 6c9b0c0e..4d079c00 100644 --- a/src/providers/dp_backend.h +++ b/src/providers/dp_backend.h @@ -174,7 +174,6 @@ struct be_autofs_req { struct be_subdom_req { bool force; char *domain_hint; - struct sysdb_subdom **domain_list; }; struct be_host_req { -- cgit