mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-07 02:23:12 +02:00
It's raining consts...
This commit is contained in:
+1
-1
@@ -147,7 +147,7 @@ void debug(int level, FORMAT_STRING(const char *form), ...)
|
||||
SET_ERRNO(err);
|
||||
}
|
||||
|
||||
int checkprotoflags(Client *client, int flags, char *file, int line)
|
||||
int checkprotoflags(Client *client, int flags, const char *file, int line)
|
||||
{
|
||||
if (!MyConnect(client))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user