]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: drop redundant 'struct'
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 11 Dec 2023 14:58:59 +0000 (23:58 +0900)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 11 Dec 2023 20:11:06 +0000 (20:11 +0000)
src/network/networkd-address.c

index 29c424026e2734d0c32408a8a01d8e45343af4ea..c0dff888e0929ba52fc78480b19222be3d0397f7 100644 (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;