fixed starter_cmp_end()

This commit is contained in:
Andreas Steffen 2008-04-27 11:04:13 +00:00
parent 937eb2db00
commit 2988273b3a
1 changed files with 2 additions and 2 deletions

View File

@ -46,11 +46,11 @@ starter_cmp_end(starter_end_t *c1, starter_end_t *c2)
ADDCMP(addr);
}
ADDCMP(nexthop);
STRCMP(srcip);
STRCMP(subnet);
VARCMP(has_client);
VARCMP(has_client_wildcard);
VARCMP(has_port_wildcard);
VARCMP(has_natip);
VARCMP(has_virt);
VARCMP(modecfg);
VARCMP(port);
VARCMP(protocol);