opnsense-ports/security/yersinia/files/patch-src_interfaces.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

15 lines
392 B
C

--- src/interfaces.c~ Sun Jun 18 17:23:33 2006
+++ src/interfaces.c Sat Oct 14 07:28:41 2006
@@ -271,10 +271,12 @@
if (tty_tmp->debug)
write_log(0,"\n interfaces_init finish...\n");
+ {
dlist_t *p;
for (p=interfaces->list;p; p = dlist_next(interfaces->list, p)) {
iface_data = (struct interface_data *) dlist_data(p);
+ }
}
return 0;