mirror of
https://github.com/pissnet/pissircd.git
synced 2025-07-29 22:42:24 +01:00
Fixed a /stats Z bug reported by RaYmAn
This commit is contained in:
parent
9625b4cd1c
commit
a4220227ba
2 changed files with 2 additions and 1 deletions
1
Changes
1
Changes
|
@ -434,3 +434,4 @@
|
|||
- Fixed some cloak bugs, and applied +x crypto to hostnames as well
|
||||
- Changed some non-error messages in newconf from config_status to config_progress
|
||||
- Added a way for newconf to report its errors in windows using a "Config Error" dialog
|
||||
- Fixed the /stats Z bug reported by RaYmAn
|
||||
|
|
|
@ -498,7 +498,7 @@ void count_memory(cptr, nick)
|
|||
flinks, flinks * sizeof(Link));
|
||||
|
||||
#ifndef NEWDNS
|
||||
rm = cres_mem(cptr);
|
||||
rm = cres_mem(cptr,cptr->name);
|
||||
#else /*NEWDNS*/
|
||||
rm = 0;
|
||||
#endif /*NEWDNS*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue