0016-Fix-stupid-infinite-loop-introduced-by-preceding-com.patch 607 B

1234567891011121314151617181920212223
  1. From 05ff659a3c0d95be6d41fae755243988a1bb3387 Mon Sep 17 00:00:00 2001
  2. From: Simon Kelley <[email protected]>
  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. Signed-off-by: Kevin Darbyshire-Bryant <[email protected]>
  7. ---
  8. src/dhcp6.c | 2 +-
  9. 1 file changed, 1 insertion(+), 1 deletion(-)
  10. --- a/src/dhcp6.c
  11. +++ b/src/dhcp6.c
  12. @@ -692,8 +692,8 @@ static int construct_worker(struct in6_a
  13. if (context->flags & CONTEXT_RA_NAME)
  14. param->newname = 1;
  15. - break;
  16. }
  17. + break;
  18. }
  19. }