Commit 7a2fb13c authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Don't bother sending retractions when we get a request for an unknown prefix.

parent 7ada9f5d
......@@ -257,8 +257,6 @@ handle_request(struct neighbour *neigh, const unsigned char *prefix,
}
return;
}
send_update(neigh->network, 0, prefix, plen);
}
......
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