Hello, The problem is that when I quit from the mud using the quit command, the player quits and doesn't show up in do_sockets or do_users. But unless I actually close the descriptor, which do quit does not, then none of the mud clients I use show the connection as actually being closed.
In regards to unlink(); Yes, this deletes files but if you read the man pages and look at how it's used in remorting and other code, it also closes/unlinks the descriptor. While I may not need strsave, that was what I used since i just copied and pasted it from another function but either way, the problem I has is partially solved and using unlink in that fashion hasn't caused any problems.. I just need a better method of closing the descriptor to the player I guess. Thanks, Chris

