summaryrefslogtreecommitdiffstats
path: root/src/responder/ifp/ifpsrv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/responder/ifp/ifpsrv.c')
-rw-r--r--src/responder/ifp/ifpsrv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/responder/ifp/ifpsrv.c b/src/responder/ifp/ifpsrv.c
index c6a50623a..2cffe6987 100644
--- a/src/responder/ifp/ifpsrv.c
+++ b/src/responder/ifp/ifpsrv.c
@@ -38,6 +38,7 @@
#include "monitor/monitor_interfaces.h"
#include "confdb/confdb.h"
#include "responder/ifp/ifp_private.h"
+#include "responder/ifp/ifp_domains.h"
#include "responder/common/responder_sbus.h"
#define DEFAULT_ALLOWED_UIDS "0"
@@ -68,6 +69,8 @@ struct infopipe_iface ifp_iface = {
.Ping = ifp_ping,
.GetUserAttr = ifp_user_get_attr,
.GetUserGroups = ifp_user_get_groups,
+ .ListDomains = ifp_list_domains,
+ .FindDomainByName = ifp_find_domain_by_name,
};
struct sysbus_iface {