diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-05-15 16:20:15 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-06-11 17:33:31 +0200 |
commit | 29906e0eabdcc3302b345c7f2e5c0c950f9c617e (patch) | |
tree | 5c05f93642b01c4e0992646ab8ba8b00f4004044 /src/starter/cmp.c | |
parent | eca839b0a7646839f00a7a8ad1531b288e98788b (diff) | |
download | strongswan-29906e0eabdcc3302b345c7f2e5c0c950f9c617e.tar.bz2 strongswan-29906e0eabdcc3302b345c7f2e5c0c950f9c617e.tar.xz |
starter: Parse left|rightprotoport directly in confread.c.
Diffstat (limited to 'src/starter/cmp.c')
-rw-r--r-- | src/starter/cmp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/starter/cmp.c b/src/starter/cmp.c index 68890b18a..9a1d29504 100644 --- a/src/starter/cmp.c +++ b/src/starter/cmp.c @@ -35,7 +35,6 @@ starter_cmp_end(starter_end_t *c1, starter_end_t *c2) return FALSE; VARCMP(ikeport); - VARCMP(has_port_wildcard); VARCMP(has_natip); VARCMP(modecfg); VARCMP(port); |