1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-30 04:56:38 +02:00

More Windows fixes

[skip ci]
This commit is contained in:
Bram Matthys
2019-10-02 15:00:35 +02:00
parent 0092263fee
commit ea6651fb26
+1 -1
View File
@@ -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();
}