From 33ecaab482926fb0ae1cea3590cb36129732b4ef Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 15 Aug 2010 14:05:47 +0000 Subject: strict check --- src/statistics/gnunet-service-statistics.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/statistics') diff --git a/src/statistics/gnunet-service-statistics.c b/src/statistics/gnunet-service-statistics.c index 823dc419e..91c62a64b 100644 --- a/src/statistics/gnunet-service-statistics.c +++ b/src/statistics/gnunet-service-statistics.c @@ -329,8 +329,7 @@ make_client_entry (struct GNUNET_SERVER_Client *client) { struct ClientEntry *ce; - if (client == NULL) - return NULL; + GNUNET_assert (client != NULL); ce = client_head; while (ce != NULL) { -- cgit v1.2.3