summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authoramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-09 03:41:13 +0000
committeramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-09 03:41:13 +0000
commit5ba9695486983f85847568a3cc204e5ce389af5f (patch)
tree730780cf2907b8ad448b92ac2194023965f46719 /src/map/clif.c
parentf9b917239f808dfb7b901905f6c22a4d7e667d0e (diff)
downloadhercules-5ba9695486983f85847568a3cc204e5ce389af5f.tar.gz
hercules-5ba9695486983f85847568a3cc204e5ce389af5f.tar.bz2
hercules-5ba9695486983f85847568a3cc204e5ce389af5f.tar.xz
hercules-5ba9695486983f85847568a3cc204e5ce389af5f.zip
updates
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@521 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index d4f94504c..3143355ca 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -10112,10 +10112,10 @@ static int clif_parse(int fd) {
} else if (sd) { // not authentified! (refused by char-server or disconnect before to be authentified)
printf("Player with account [%d] has logged off your server (not auth account).\n", sd->bl.id); // Player logout display [Yor]
map_deliddb(&sd->bl); // account_id has been included in the DB before auth answer
+ sd = 0;
}
close(fd);
if (sd) // ’ljÁ
-
map_deliddb(&sd->bl); // ’ljÁ
delete_session(fd);
return 0;