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:
parent
bf8726d1ee
commit
60f4cfe4fc
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user