mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 07:47:00 +00:00
getdata: do not use 'else' after 'continue'
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
e5cd46e4e9
commit
e9736f74e7
1 changed files with 2 additions and 2 deletions
|
|
@ -271,8 +271,8 @@ void parse_config(int is_include, const char *restrict config_file,
|
||||||
if (i == 0) {
|
if (i == 0) {
|
||||||
newclause = 1;
|
newclause = 1;
|
||||||
continue;
|
continue;
|
||||||
} else
|
}
|
||||||
break;
|
break;
|
||||||
case '}':
|
case '}':
|
||||||
if (0 < quote)
|
if (0 < quote)
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue