summaryrefslogtreecommitdiff
path: root/src/providers/ipa/ipa_hostid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/ipa/ipa_hostid.c')
-rw-r--r--src/providers/ipa/ipa_hostid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ipa/ipa_hostid.c b/src/providers/ipa/ipa_hostid.c
index 448914ba..cb37e9a4 100644
--- a/src/providers/ipa/ipa_hostid.c
+++ b/src/providers/ipa/ipa_hostid.c
@@ -75,7 +75,7 @@ ipa_host_info_handler(struct be_req *breq)
goto done;
}
- hr = talloc_get_type(breq->req_data, struct be_host_req);
+ hr = talloc_get_type(be_req_get_data(breq), struct be_host_req);
if (hr->filter_type != BE_FILTER_NAME) {
ret = EINVAL;