| # | Line 58 | Line 58 | remove_dline_match(const char *host) | |
|---|---|---|
| 58 | ||
| 59 | if ((t = parse_netmask(host, &iphost, NULL)) != HM_HOST) | |
| 60 | { | |
| 61 | – | #ifdef IPV6 |
| 61 | if (t == HM_IPV6) | |
| 62 | aftype = AF_INET6; | |
| 63 | else | |
| 65 | – | #endif |
| 64 | aftype = AF_INET; | |
| 65 | piphost = &iphost; | |
| 66 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |