diff options
Diffstat (limited to 'test/peers.c')
| -rw-r--r-- | test/peers.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/peers.c b/test/peers.c index b31186b..6764ce1 100644 --- a/test/peers.c +++ b/test/peers.c @@ -130,7 +130,8 @@ void test_expired() { rc = add_peer(&nexthash, &other_addr, 2); TEST_ASSERT_EQUAL(0, rc); - expire_hashes(HASH_TIMEOUT + 1); + bool dirtyconf; + expire_hashes(HASH_TIMEOUT + 1, &dirtyconf); { struct addr* found; |
