commit | 05ff659a3c0d95be6d41fae755243988a1bb3387 | [log] [tgz] |
---|---|---|
author | Simon Kelley <simon@thekelleys.org.uk> | Tue Jun 12 16:03:09 2018 +0100 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Tue Jun 12 16:03:09 2018 +0100 |
tree | 5ea769ae9a51eb254c5d0344d21f5afae020da95 | |
parent | db0f488ea8f5ded7c57400c9108ec3c9367d75c5 [diff] [blame] |
Fix stupid infinite loop introduced by preceding commit.
diff --git a/src/dhcp6.c b/src/dhcp6.c index 2bcca3c..3932cc7 100644 --- a/src/dhcp6.c +++ b/src/dhcp6.c
@@ -692,8 +692,8 @@ if (context->flags & CONTEXT_RA_NAME) param->newname = 1; - break; } + break; } }