mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
network: use UINT32_C() macro
This commit is contained in:
parent
473680be32
commit
99b5f4f7b8
@ -225,7 +225,7 @@ int config_parse_address_label(
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (k == 0xffffffffUL) {
|
||||
if (k == UINT32_C(0xffffffff)) {
|
||||
log_syntax(unit, LOG_WARNING, filename, line, 0, "Address label is invalid, ignoring: %s", rvalue);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user