|
Lines 1641-1646
main(int ac, char **av)
Link Here
|
| 1641 |
fromhost(&req); |
1641 |
fromhost(&req); |
| 1642 |
|
1642 |
|
| 1643 |
if (!hosts_access(&req)) { |
1643 |
if (!hosts_access(&req)) { |
|
|
1644 |
if (rexeced_flag) |
| 1645 |
log_init(__progname, options.log_level, |
| 1646 |
options.log_facility, log_stderr); |
| 1644 |
debug("Connection refused by tcp wrapper"); |
1647 |
debug("Connection refused by tcp wrapper"); |
| 1645 |
refuse(&req); |
1648 |
refuse(&req); |
| 1646 |
/* NOTREACHED */ |
1649 |
/* NOTREACHED */ |