diff options
Diffstat (limited to 'src/providers/dp_backend.h')
-rw-r--r-- | src/providers/dp_backend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/dp_backend.h b/src/providers/dp_backend.h index 8e897a1b..131cd6ea 100644 --- a/src/providers/dp_backend.h +++ b/src/providers/dp_backend.h @@ -174,7 +174,7 @@ struct be_autofs_req { struct be_get_subdomains_req { bool force; char *domain_hint; - struct subdomain_info **domain_list; + struct sysdb_subdom **domain_list; }; struct be_host_req { |