Import dhcpcd-5.5.3 to fix a compile failure.
This commit is contained in:
parent
54e74c5d9b
commit
75c7a95f02
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue