Commit 756783e2 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Untabify.

parent dbb8799d
......@@ -2025,11 +2025,11 @@ send_request_resend(const unsigned char *prefix, unsigned char plen,
} else {
struct interface *ifp;
FOR_ALL_INTERFACES(ifp) {
if(!if_up(ifp)) continue;
if(!if_up(ifp)) continue;
send_multihop_request(&ifp->buf, ifp,
prefix, plen, src_prefix, src_plen,
seqno, id, 127);
}
}
}
}
......
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