mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57: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) {
|
||||
newclause = 1;
|
||||
continue;
|
||||
} else
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case '}':
|
||||
if (0 < quote)
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue