mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-07 06:23:13 +02:00
- Fix NAMES with UHNAMES support, screwed it up at 'Win32 compile fixes' a
few lines up...
This commit is contained in:
@@ -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