changeset 1650:9bd09ac9b9fb
draft dhcpcd-5.5.3
Fix a compile issue and releae dhcpcd-5.5.3
| author |
Roy Marples <roy@marples.name> |
| date |
Fri, 03 Feb 2012 00:02:03 +0000 |
| parents |
09d402175471 |
| children |
c42e849d95c1 |
| files |
defs.h ipv6rs.c |
| diffstat |
2 files changed, 2 insertions(+), 2 deletions(-)
[+]
|
line diff
--- a/defs.h Thu Feb 02 23:30:41 2012 +0000
+++ b/defs.h Fri Feb 03 00:02:03 2012 +0000
@@ -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"
--- a/ipv6rs.c Thu Feb 02 23:30:41 2012 +0000
+++ b/ipv6rs.c Fri Feb 03 00:02:03 2012 +0000
@@ -665,7 +665,7 @@
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)
{