From bac365ef12ca0ed4c04eb3bc91e98f581c06f907 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Mon, 13 May 2019 12:45:39 +0200 Subject: [PATCH] Turn this off so I can run tests --- src/api-clicap.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/api-clicap.c b/src/api-clicap.c index 76c08ad2d..983fab8c9 100644 --- a/src/api-clicap.c +++ b/src/api-clicap.c @@ -320,6 +320,8 @@ void clicap_post_rehash(void) int i; int found; + return 0; // FIXME FIXME + if (!loop.ircd_rehashing) return; /* First boot */