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;