diff options
Diffstat (limited to 'util/proxy_protocol.c')
| -rw-r--r-- | util/proxy_protocol.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/proxy_protocol.c b/util/proxy_protocol.c index a18804974043..235538b62515 100644 --- a/util/proxy_protocol.c +++ b/util/proxy_protocol.c @@ -153,6 +153,7 @@ pp2_write_to_buf(uint8_t* buf, size_t buflen, break; #endif /* INET6 */ case AF_UNIX: + ATTR_FALLTHROUGH /* fallthrough */ default: return 0; |
