From: Roy Marples Date: Fri, 3 Feb 2012 00:02:03 +0000 (+0000) Subject: Fix a compile issue and releae dhcpcd-5.5.3 X-Git-Tag: v5.5.3^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aa2252b741a619f05cb85da921b13162392a707;p=thirdparty%2Fdhcpcd.git Fix a compile issue and releae dhcpcd-5.5.3 --- 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, <, >)) next = lt; - for (rao = rap->options; + for (rao = rap->options, raol = NULL; rao && (raon = rao->next); raol = rao, rao = raon) {