summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/enroll.c
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri.staessens@ugent.be>2018-02-22 22:35:31 +0100
committerSander Vrijders <sander.vrijders@ugent.be>2018-02-23 11:29:15 +0100
commit130d640d4ba06c45cdd0b9d2787f0a19a3484c9d (patch)
tree0c38f2f633e5f3f5f1a55930ac37e83fbb107288 /src/ipcpd/normal/enroll.c
parent22b347b44bb2db453080b596e018669cae229e17 (diff)
downloadouroboros-130d640d4ba06c45cdd0b9d2787f0a19a3484c9d.tar.gz
ouroboros-130d640d4ba06c45cdd0b9d2787f0a19a3484c9d.zip
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 <dimitri.staessens@ugent.be> Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
Diffstat (limited to 'src/ipcpd/normal/enroll.c')
-rw-r--r--src/ipcpd/normal/enroll.c2
1 files changed, 1 insertions, 1 deletions
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 <string.h>
#include <pthread.h>
-#include "enroll.pb-c.h"
+#include "ipcp_config.pb-c.h"
typedef EnrollMsg enroll_msg_t;
#define ENROLL_COMP "Enrollment"