Re: [CODE] Player quitting

From: Skylar (skylar@ifconfig.intserv.com)
Date: 10/13/96


On Sun, 13 Oct 1996, Jonathan Blackhawke wrote:

> I get a segmentation fault.  Anyone have ideas on closing the socket to the
> character w/o crashing the mud and bypassing the menu?  Any help would be
> appretiated.

Make sure they are connected before you close the socket...

if (vict->desc) {
  close_socket(vict->desc);
  vict_desc = NULL;
}

Thats the only thing I can think of off the top of my head...

-Sky

+-----------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
|   http://cspo.queensu.ca/~fletcher/Circle/list_faq.html   |
+-----------------------------------------------------------+



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