From ea6651fb26dc7ffebd2de4384fb33a73daa1ab47 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Wed, 2 Oct 2019 15:00:35 +0200 Subject: [PATCH] More Windows fixes [skip ci] --- src/windows/service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows/service.c b/src/windows/service.c index 75d241243..5ae6397ae 100644 --- a/src/windows/service.c +++ b/src/windows/service.c @@ -77,7 +77,7 @@ VOID WINAPI IRCDCtrlHandler(DWORD opcode) /* Rehash */ else if (opcode == IRCD_SERVICE_CONTROL_REHASH) { - rehash(&me,&me,0); + rehash(&me,0); reread_motdsandrules(); }