Commit 51adebb6 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Indentation fix.

parent 08f5d6f5
......@@ -86,7 +86,7 @@ parse_packet(const unsigned char *from, struct network *net,
}
if(message[0] == 0) {
if(memcmp(message + 4, myid, 16) == 0)
continue;
continue;
debugf("Received hello on %s from %s (%s).\n",
net->ifname,
format_address(message + 4),
......
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