an unnerving problem

From: Daniel W. Burke (dwb@ix.netcom.com)
Date: 10/14/95


I decided to add log entries for snoop and load...

well, I added a log entry in stop_snooping(), and it caused a bad 
problem... it started allocating 100megs of memory to the mud...
and all I did was add "char *buf;" and before 
ch->desc->snooping = NULL;
I added

sprintf(buf, "(GC) %s has stopped snooping.", GET_NAME(ch));
mudlog(buf, NRM, LVL_GRGOD, TRUE);


This problem happened only when I typed "snoop" to stop snooping.

ANY ideas as to why?



This archive was generated by hypermail 2b30 : 12/07/00 PST