diff options
Diffstat (limited to 'src/pluto/server.h')
-rw-r--r-- | src/pluto/server.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pluto/server.h b/src/pluto/server.h index aa14d5aaa..d90e47c8f 100644 --- a/src/pluto/server.h +++ b/src/pluto/server.h @@ -40,9 +40,7 @@ struct iface { ip_address addr; /* interface IP address */ int fd; /* file descriptor of socket for IKE UDP messages */ struct iface *next; -#ifdef NAT_TRAVERSAL bool ike_float; -#endif enum { IFN_ADD, IFN_KEEP, IFN_DELETE } change; }; |