Unverified Commit 5bcb2cd7 by tomponline Committed by Christian Brauner

network: shut up gcc.

Closes #2885. Signed-off-by: 's avatartomponline <tomp@tomp.uk>
parent aa4376ad
......@@ -550,7 +550,7 @@ out:
#define PHYSNAME "/sys/class/net/%s/phy80211/name"
static char *is_wlan(const char *ifname)
{
__do_free char *path;
__do_free char *path = NULL;
int i, ret;
long physlen;
size_t len;
......
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