From da6769f929be02a0b3b4d6c52b79922104cdd053 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 23 Jun 2014 20:40:46 -0700 Subject: Use the generated char server protocol in the map server --- src/login/login.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/login') diff --git a/src/login/login.cpp b/src/login/login.cpp index 6edaeef..7537927 100644 --- a/src/login/login.cpp +++ b/src/login/login.cpp @@ -3245,7 +3245,8 @@ void parse_login(Session *s) } } } - return; + if (rv == RecvResult::Error) + s->set_eof(); } //---------------------------------- -- cgit v1.2.3-60-g2f50