summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
{