Commit 07185d41 authored by Youness Alaoui's avatar Youness Alaoui

remove unused variable

parent 7deb6e30
......@@ -180,7 +180,6 @@ nice_interfaces_get_local_ips (gboolean include_loopback)
/* Loop through the interface list and get the IP address of each IF */
for (ifa = results; ifa; ifa = ifa->ifa_next) {
char addr_as_string[INET6_ADDRSTRLEN+1];
int ret;
/* no ip address from interface that is down */
if ((ifa->ifa_flags & IFF_UP) == 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment