1
0
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:
Bram Matthys
2008-12-22 12:19:06 +00:00
parent 5899dd9596
commit f17c5cc9e1
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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...
+1 -1
View File
@@ -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),