aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/dnsmasq/patches/0016-Fix-stupid-infinite-loop-introduced-by-preceding-com.patch
blob: 07f2a62c69ae17d8344c90bb530097eac4f2c0a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From 05ff659a3c0d95be6d41fae755243988a1bb3387 Mon Sep 17 00:00:00 2001
From: Simon Kelley <simon@thekelleys.org.uk>
Date: Tue, 12 Jun 2018 16:03:09 +0100
Subject: [PATCH 16/17] Fix stupid infinite loop introduced by preceding
 commit.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
---
 src/dhcp6.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/src/dhcp6.c
+++ b/src/dhcp6.c
@@ -692,8 +692,8 @@ static int construct_worker(struct in6_a
 		      if (context->flags & CONTEXT_RA_NAME)
 			param->newname = 1;
 		    
-		      break;
 		    }
+		  break;
 		}
 	    }