# | Line 2502 | Line 2502 | clear_out_old_conf(void) | |
---|---|---|
2502 | delete_conf_item(conf); | |
2503 | } | |
2504 | } | |
2505 | – | else if (conf->type == CLIENT_TYPE) |
2506 | – | { |
2507 | – | aconf = map_to_conf(conf); |
2508 | – | |
2509 | – | if (aconf->clients != 0) |
2510 | – | { |
2511 | – | SetConfIllegal(aconf); |
2512 | – | } |
2513 | – | else |
2514 | – | { |
2515 | – | delete_conf_item(conf); |
2516 | – | } |
2517 | – | } |
2505 | else if (conf->type == XLINE_TYPE || | |
2506 | conf->type == RXLINE_TYPE || | |
2507 | conf->type == RKLINE_TYPE) |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |