summaryrefslogtreecommitdiff
path: root/shared/config-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared/config-parser.c')
-rw-r--r--shared/config-parser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/config-parser.c b/shared/config-parser.c
index 8094cda..9f294f4 100644
--- a/shared/config-parser.c
+++ b/shared/config-parser.c
@@ -387,7 +387,7 @@ config_parse_line(const char *filename, char **buf,
case CFG_VAL_TYPE_ASYNC_ADDRS:
error("CFG_VAL_TYPE_ASYNC_ADDRS is a return value");
- /* Fall through */
+ _fallthrough_;
case CFG_VAL_TYPE_ADDRS:
if (!strtosockaddrs(tmp, rvalue, async_dns))
@@ -433,7 +433,7 @@ config_parse_line(const char *filename, char **buf,
break;
case CFG_VAL_TYPE_INVALID:
- /* fall through */
+ _fallthrough_;
default:
goto error;
}