From 130d640d4ba06c45cdd0b9d2787f0a19a3484c9d Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Thu, 22 Feb 2018 22:35:31 +0100 Subject: ipcpd: Fix double definition of ipcp config The import of the IPCP config protobuf message in the enrollment message caused a double definition. The enroll.proto file is deprecated and the definition of the enrollment message is moved to the library to avoid this. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- src/ipcpd/normal/enroll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ipcpd/normal/enroll.c') diff --git a/src/ipcpd/normal/enroll.c b/src/ipcpd/normal/enroll.c index eaa87a42..a321db2b 100644 --- a/src/ipcpd/normal/enroll.c +++ b/src/ipcpd/normal/enroll.c @@ -41,7 +41,7 @@ #include #include -#include "enroll.pb-c.h" +#include "ipcp_config.pb-c.h" typedef EnrollMsg enroll_msg_t; #define ENROLL_COMP "Enrollment" -- cgit v1.2.3