2004-09-24 Paul Jakma <paul@dishone.st>
* irdp_interface.c: (no_ip_irdp_address_preference_cmd)
add missing listnode declaration.
diff --git a/zebra/ChangeLog b/zebra/ChangeLog
index c31ceb8..27deda7 100644
--- a/zebra/ChangeLog
+++ b/zebra/ChangeLog
@@ -1,10 +1,15 @@
2004-09-24 Paul Jakma <paul@dishone.st>
+ * irdp_interface.c: (no_ip_irdp_address_preference_cmd)
+ add missing listnode declaration.
+
+2004-09-24 Paul Jakma <paul@dishone.st>
+
* irdp_{interface,main}.c: lists typedef removal cleanup.
update some list loops to LIST_LOOP. some miscellaneous style
and indent fixups.
(no_ip_irdp_address_preference_cmd) Fix delete of referenced node
- in loop.
+ in loop.
* irdp_packet.c: (irdp_recvmsg) Fix buggy assignment of integer
to pointer.
* if_ioctl{,_solaris}.c: lists typedef removal cleanup.
diff --git a/zebra/irdp_interface.c b/zebra/irdp_interface.c
index 7871f4c..9aace8c 100644
--- a/zebra/irdp_interface.c
+++ b/zebra/irdp_interface.c
@@ -633,7 +633,7 @@
"Select IRDP address\n"
"Old preference level\n")
{
- struct listnode *node;
+ struct listnode *node, *nnode;
struct in_addr ip;
int pref;
int ret;