Merge branch 'bind'

This commit is contained in:
Simon Kelley
2012-03-23 10:02:30 +00:00
8 changed files with 88 additions and 35 deletions

View File

@@ -395,7 +395,7 @@ struct irec {
struct listener {
int fd, tcpfd, tftpfd, family;
struct irec *iface; /* only valid for non-wildcard */
struct irec *iface; /* only sometimes valid for non-wildcard */
struct listener *next;
};