Commit b1e289d2 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo.

parent f664ae7b
...@@ -469,7 +469,7 @@ send_unfeasible_request(unsigned short seqno, unsigned short metric, ...@@ -469,7 +469,7 @@ send_unfeasible_request(unsigned short seqno, unsigned short metric,
if(src == NULL) if(src == NULL)
return; return;
if(seqno_minus(src->seqno, seqno) < 100) { if(seqno_minus(src->seqno, seqno) > 100) {
/* Probably a source that lost its seqno. Let it time-out. */ /* Probably a source that lost its seqno. Let it time-out. */
return; return;
} }
......
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