diff options
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 724dc7804..aaba7b11d 100644 --- a/src/starter/cmp.c +++ b/src/starter/cmp.c @@ -26,7 +26,6 @@ static bool starter_cmp_end(starter_end_t *c1, starter_end_t *c2) if ((c1 == NULL) || (c2 == NULL)) return FALSE; - VARCMP(has_natip); VARCMP(modecfg); VARCMP(port); VARCMP(protocol); |