From 81aa4f3ffa87d1fba88f6f2cbfafd525fcc14c3b Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Thu, 3 Mar 2016 18:03:10 +0100 Subject: include: Fixed missing 'struct', renamed dif_info common.h: dif_info renamed to dif_config missing struct fixed --- src/irmd/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/irmd') diff --git a/src/irmd/main.c b/src/irmd/main.c index 0c69de2f..262b737c 100644 --- a/src/irmd/main.c +++ b/src/irmd/main.c @@ -50,7 +50,7 @@ static void destroy_ipcp(rina_name_t * name) } static void bootstrap_ipcp(rina_name_t * name, - struct dif_info * info) + struct dif_config * conf) { LOG_MISSING; } @@ -114,7 +114,7 @@ int main() break; case IRM_BOOTSTRAP_IPCP: bootstrap_ipcp(msg->name, - msg->info); + msg->conf); break; case IRM_ENROLL_IPCP: enroll_ipcp(msg->name, -- cgit v1.2.3