1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-09 01:18:19 +03:00

network: drop redundant 'struct'

This commit is contained in:
Yu Watanabe 2023-12-11 23:58:59 +09:00 committed by Frantisek Sumsal
parent bf8726d1ee
commit 60f4cfe4fc

View File

@ -1480,7 +1480,7 @@ static bool address_is_ready_to_configure(Link *link, const Address *address) {
}
static int address_process_request(Request *req, Link *link, Address *address) {
struct Address *existing;
Address *existing;
struct ifa_cacheinfo c;
int r;