| # | Line 1780 | Line 1780 | rehash(int sig) | |
|---|---|---|
| 1780 | /* don't close listeners until we know we can go ahead with the rehash */ | |
| 1781 | ||
| 1782 | /* Check to see if we magically got(or lost) IPv6 support */ | |
| 1783 | < | check_can_use_v6(); |
| 1783 | > | ServerInfo.can_use_v6 = check_can_use_v6(); |
| 1784 | ||
| 1785 | read_conf_files(0); | |
| 1786 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |