From 067bfcaad9baae2d962528839fde30ebd1a5ba2b Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 19 Jul 2012 19:00:27 -0400 Subject: Use a more tractable name for subdomain request I am all for readable names, but there is a tradeof between expressing purpose and compactness. --- src/providers/dp_backend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/providers/dp_backend.h') diff --git a/src/providers/dp_backend.h b/src/providers/dp_backend.h index 131cd6ea3..6c9b0c0eb 100644 --- a/src/providers/dp_backend.h +++ b/src/providers/dp_backend.h @@ -171,7 +171,7 @@ struct be_autofs_req { char *mapname; }; -struct be_get_subdomains_req { +struct be_subdom_req { bool force; char *domain_hint; struct sysdb_subdom **domain_list; -- cgit