dnsmasq: don't use network functions at boottime (FS#1542)
[openwrt/openwrt.git] / package / network / services / dnsmasq / patches / 0016-Fix-stupid-infinite-loop-introduced-by-preceding-com.patch
1 From 05ff659a3c0d95be6d41fae755243988a1bb3387 Mon Sep 17 00:00:00 2001
2 From: Simon Kelley <simon@thekelleys.org.uk>
3 Date: Tue, 12 Jun 2018 16:03:09 +0100
4 Subject: [PATCH 16/17] Fix stupid infinite loop introduced by preceding
5 commit.
6
7 Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
8 ---
9 src/dhcp6.c | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12 --- a/src/dhcp6.c
13 +++ b/src/dhcp6.c
14 @@ -692,8 +692,8 @@ static int construct_worker(struct in6_a
15 if (context->flags & CONTEXT_RA_NAME)
16 param->newname = 1;
17
18 - break;
19 }
20 + break;
21 }
22 }
23