commit | 52d4abf2f965574c5d135e0b43d027e553a31fa0 | [log] [tgz] |
---|---|---|
author | Simon Kelley <simon@thekelleys.org.uk> | Wed Mar 21 21:39:48 2012 +0000 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Wed Mar 21 21:39:48 2012 +0000 |
tree | f5ccde468cc3e0ceadc82b053ebe8036ff0ea330 | |
parent | a9530964859fa901380e523a6c1c2fe5a8b75afd [diff] [blame] |
Make --listen-address work for all 127.0.0.0/8 addresses.
diff --git a/src/dnsmasq.h b/src/dnsmasq.h index f2a6f36..0a3e66f 100644 --- a/src/dnsmasq.h +++ b/src/dnsmasq.h
@@ -395,7 +395,7 @@ 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; };