summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2012-02-03 00:02:03 +0000
committerRoy Marples <roy@marples.name>2012-02-03 00:02:03 +0000
commit8aa2252b741a619f05cb85da921b13162392a707 (patch)
tree215665f9a1ac548f73d94e85f374f653de02c9ae
parentdfc47e828029547ed28521da446cae18946477e7 (diff)
downloaddhcpcd-8aa2252b741a619f05cb85da921b13162392a707.tar.xz
Fix a compile issue and releae dhcpcd-5.5.3dhcpcd-5.5.3
-rw-r--r--defs.h2
-rw-r--r--ipv6rs.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/defs.h b/defs.h
index a67ee61d..cffb25d1 100644
--- 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"
diff --git a/ipv6rs.c b/ipv6rs.c
index 1cd586b6..b9e7c9d6 100644
--- 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)
{