]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix a compile issue and releae dhcpcd-5.5.3 v5.5.3
authorRoy Marples <roy@marples.name>
Fri, 3 Feb 2012 00:02:03 +0000 (00:02 +0000)
committerRoy Marples <roy@marples.name>
Fri, 3 Feb 2012 00:02:03 +0000 (00:02 +0000)
defs.h
ipv6rs.c

diff --git a/defs.h b/defs.h
index a67ee61d7daa4c22dee5b85a8cc95a438a4df0db..cffb25d1d902246bbf494a5067e3fb1821e0304f 100644 (file)
--- a/defs.h
+++ b/defs.h
@@ -28,7 +28,7 @@
 #define CONFIG_H
 
 #define PACKAGE                        "dhcpcd"
-#define VERSION                        "5.5.2"
+#define VERSION                        "5.5.3"
 
 #ifndef CONFIG
 # define CONFIG                        SYSCONFDIR "/" PACKAGE ".conf"
index 1cd586b6453f3ad6d787b096f24e7ffa26104be0..b9e7c9d6aa3a691ee3ad92642bab8b24f50656d9 100644 (file)
--- a/ipv6rs.c
+++ b/ipv6rs.c
@@ -665,7 +665,7 @@ ipv6rs_expire(void *arg)
                if (!timerisset(&next) || timercmp(&next, &lt, >))
                        next = lt;
                
-               for (rao = rap->options;
+               for (rao = rap->options, raol = NULL;
                    rao && (raon = rao->next);
                    raol = rao, rao = raon)
                {