X-Git-Url: https://pd.if.org/git/?p=uuid;a=blobdiff_plain;f=internal.c;h=f2cdf8789877d6502df076e60b9833f9a06f268b;hp=0fe696278a5b45993994c3bfedc5d9dd1b4454aa;hb=8d571eb9c4ad6b7b41ee6b8e3a23c8fb53218496;hpb=5ee112d5a01767b1bcceb12fa5c057b3dcf40890 diff --git a/internal.c b/internal.c index 0fe6962..f2cdf87 100644 --- a/internal.c +++ b/internal.c @@ -186,7 +186,6 @@ static uint64_t current_node(struct pd_uuid_state *st) { continue; } if (ioctl(s, SIOCGIFHWADDR, req) == 0) { - int j; data = (unsigned char *)req->ifr_hwaddr.sa_data; node = data[0]; node = node << 8; node += data[1];