From 3e8c04a03f4070e23fc737f30c25a79d5958d734 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sat, 25 Jun 2016 01:28:18 +0200 Subject: tests: make fatal --- src/routing-table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/routing-table.h') diff --git a/src/routing-table.h b/src/routing-table.h index 2e3a0ba..c4fd05d 100644 --- a/src/routing-table.h +++ b/src/routing-table.h @@ -35,7 +35,7 @@ struct wireguard_peer *routing_table_lookup_dst(struct routing_table *table, str struct wireguard_peer *routing_table_lookup_src(struct routing_table *table, struct sk_buff *skb); #ifdef DEBUG -void routing_table_selftest(void); +bool routing_table_selftest(void); #endif #endif -- cgit v1.2.3-59-g8ed1b