mirror of
https://github.com/systemd/systemd.git
synced 2024-12-26 03:22:00 +03:00
network: drop unnecessary size specifier
It does not save any memory usage but increase code complexity.
This commit is contained in:
parent
ed3bab7a0e
commit
525a582ae8
@ -179,7 +179,7 @@ typedef struct Link {
|
||||
Set *ndisc_dnr;
|
||||
uint32_t ndisc_mtu;
|
||||
unsigned ndisc_messages;
|
||||
bool ndisc_configured:1;
|
||||
bool ndisc_configured;
|
||||
|
||||
sd_radv *radv;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user