summaryrefslogtreecommitdiffstats
path: root/src/providers/dp_backend.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-07-19 19:00:27 -0400
committerJakub Hrozek <jhrozek@redhat.com>2012-08-01 22:24:44 +0200
commit067bfcaad9baae2d962528839fde30ebd1a5ba2b (patch)
treef116073e8950d6911cc8b3fa6519c468751452b4 /src/providers/dp_backend.h
parent21f19d573047e70ee8ec0119ec00c1ed1af9ec04 (diff)
downloadsssd-067bfcaad9baae2d962528839fde30ebd1a5ba2b.tar.gz
sssd-067bfcaad9baae2d962528839fde30ebd1a5ba2b.tar.xz
sssd-067bfcaad9baae2d962528839fde30ebd1a5ba2b.zip
Use a more tractable name for subdomain request
I am all for readable names, but there is a tradeof between expressing purpose and compactness.
Diffstat (limited to 'src/providers/dp_backend.h')
-rw-r--r--src/providers/dp_backend.h2
1 files changed, 1 insertions, 1 deletions
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;