mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-03 21:23:12 +02:00
- Fix NAMES with UHNAMES support, screwed it up at 'Win32 compile fixes' a
few lines up...
This commit is contained in:
@@ -1688,3 +1688,5 @@
|
||||
Should never happen except when using faulty services or when something else
|
||||
got horrible wrong (like a date which is 40 years ahead). Reported by
|
||||
Darth Android (#0003738).
|
||||
- Fix NAMES with UHNAMES support, screwed it up at 'Win32 compile fixes' a
|
||||
few lines up...
|
||||
|
||||
@@ -211,7 +211,7 @@ DLLFUNC CMD_FUNC(m_names)
|
||||
} else {
|
||||
strlcpy(nuhBuffer,
|
||||
make_nick_user_host(acptr->name, acptr->user->username, GetHost(acptr)),
|
||||
sizeof(bufLen + 1));
|
||||
bufLen + 1);
|
||||
s = nuhBuffer;
|
||||
}
|
||||
/* 's' is intialized above to point to either acptr->name (normal),
|
||||
|
||||
Reference in New Issue
Block a user