Fixed a /stats Z bug reported by RaYmAn

This commit is contained in:
codemastr 2001-04-21 00:34:43 +00:00
parent 9625b4cd1c
commit a4220227ba
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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*/