diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-11-29 11:48:17 +0100 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-11-29 13:54:21 +0100 |
commit | 60a6970f4d004a3bdaedc5af4e1581890ab9b462 (patch) | |
tree | 44149f4d89d02ebb246b4cb53414e848b320d031 /src/ipcpd/normal/addr_auth.c | |
parent | ea71b87be592fec7eb8f5ae0707503c4f0fba8be (diff) | |
download | ouroboros-60a6970f4d004a3bdaedc5af4e1581890ab9b462.tar.gz ouroboros-60a6970f4d004a3bdaedc5af4e1581890ab9b462.zip |
ipcpd: normal: Complete flat address policy
This will add a check in the flat address policy to see if the address
is in use or not.
Diffstat (limited to 'src/ipcpd/normal/addr_auth.c')
-rw-r--r-- | src/ipcpd/normal/addr_auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipcpd/normal/addr_auth.c b/src/ipcpd/normal/addr_auth.c index 71bcfafa..95e4bef4 100644 --- a/src/ipcpd/normal/addr_auth.c +++ b/src/ipcpd/normal/addr_auth.c @@ -26,7 +26,7 @@ #include <ouroboros/logs.h> #include "addr_auth.h" -#include "flat.h" +#include "pol/flat.h" #include <stdlib.h> #include <assert.h> |