diff options
| -rw-r--r-- | src/routing.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routing.c b/src/routing.c index 47dee12..dc8c2bf 100644 --- a/src/routing.c +++ b/src/routing.c @@ -249,6 +249,7 @@ void routing_oldest(struct entry** dest) { for(struct entry* entry = pTable->table; entry < pTable->table+RT_SIZE; entry++){ if(!entry->set) + continue; if(entry->expire == 0) continue; |
