1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 01:43:13 +02:00

Made aClient->passwd dynamically allocated

This commit is contained in:
codemastr
2000-09-01 20:52:00 +00:00
parent ecdce7061b
commit 7cbbef2e36
4 changed files with 18 additions and 8 deletions
+1
View File
@@ -597,3 +597,4 @@
- Fixed some more -Wall warnings
- ./update now checks when you specify wget if it exists, if not it tries lynx
- Cached MOTDs are now dynamically allocated (saves alot of memory)
- Made aClient->passwd dynamically allocated (saves 32bytes per user/server) [may need debugging]