diff options
| -rw-r--r-- | defs.h | 2 | ||||
| -rw-r--r-- | ipv6rs.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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" @@ -665,7 +665,7 @@ ipv6rs_expire(void *arg) if (!timerisset(&next) || timercmp(&next, <, >)) next = lt; - for (rao = rap->options; + for (rao = rap->options, raol = NULL; rao && (raon = rao->next); raol = rao, rao = raon) { |
