From 42a46737d480c997e6f6ebbf57e1c8f3b56ac940 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 19 May 2014 17:56:22 -0700 Subject: Fix a couple of real bugs and also some gcc 4.7 compatibility --- src/login/login.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/login/login.cpp') diff --git a/src/login/login.cpp b/src/login/login.cpp index 3f91025..d553d7c 100644 --- a/src/login/login.cpp +++ b/src/login/login.cpp @@ -1918,7 +1918,7 @@ void parse_admin(Session *s) fixed_37.account_id = AccountId(); AccountName account_name = stringish(fixed.account_name.to_print()); int statut = fixed.status; - timestamp_seconds_buffer error_message = stringish(error_message.to_print()); + timestamp_seconds_buffer error_message = stringish(fixed.error_message.to_print()); if (statut != 7 || !error_message) { // 7: // 6 = Your are Prohibited to log in until %s @@ -2316,7 +2316,7 @@ void parse_admin(Session *s) SPacket_0x7945_Fixed fixed_45; fixed_45.account_id = AccountId(); - AccountName account_name = stringish(account_name.to_print()); + AccountName account_name = stringish(fixed.account_name.to_print()); const AuthData *ad = search_account(account_name); if (ad) { -- cgit v1.2.3-60-g2f50