Commit 0b73a727 authored by Pietro Fezzardi's avatar Pietro Fezzardi Committed by Alessandro Rubini

trivial: arch-unix/unix-socket.c: removed useless line

parent fca5d535
......@@ -243,7 +243,6 @@ static int unix_open_ch(struct pp_instance *ppi, char *ifname, int chtype)
if (ioctl(sock, SIOCGIFINDEX, &ifr) < 0)
goto err_out;
iindex = ifr.ifr_ifindex;
context = "ioctl(SIOCGIFHWADDR)";
if (ioctl(sock, SIOCGIFHWADDR, &ifr) < 0)
goto err_out;
......
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