summaryrefslogtreecommitdiffstats
path: root/src/providers/data_provider_be.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/data_provider_be.c')
-rw-r--r--src/providers/data_provider_be.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/providers/data_provider_be.c b/src/providers/data_provider_be.c
index 9571d0956..ba43d7d49 100644
--- a/src/providers/data_provider_be.c
+++ b/src/providers/data_provider_be.c
@@ -344,7 +344,7 @@ static void get_subdomains_callback(struct be_req *req,
static int be_get_subdomains(DBusMessage *message, struct sbus_connection *conn)
{
- struct be_get_subdomains_req *req;
+ struct be_subdom_req *req;
struct be_req *be_req = NULL;
struct be_client *becli;
DBusMessage *reply;
@@ -405,7 +405,7 @@ static int be_get_subdomains(DBusMessage *message, struct sbus_connection *conn)
be_req->fn = get_subdomains_callback;
be_req->pvt = reply;
- req = talloc(be_req, struct be_get_subdomains_req);
+ req = talloc(be_req, struct be_subdom_req);
if (!req) {
err_maj = DP_ERR_FATAL;
err_min = ENOMEM;