chiark / gitweb /
networkd: failing to track links is a serious problem so log at warning level rather...
[elogind.git] / src / network / networkctl.c
index a2511fd566365bf1d96fa282c8976acccbc88c07..b56a728d5e24daf7eb07ff320aa7683238adb3de 100644 (file)
@@ -669,7 +669,6 @@ static int link_status(char **args, unsigned n) {
         if (n <= 1 && !arg_all) {
                 _cleanup_free_ char *operational_state = NULL;
                 _cleanup_strv_free_ char **dns = NULL, **ntp = NULL, **domains = NULL;
-                _cleanup_free_ struct local_address *addresses = NULL;
                 const char *on_color_operational, *off_color_operational;
 
                 sd_network_get_operational_state(&operational_state);