diff options
-rw-r--r-- | Changelog-Trunk.txt | 2 | ||||
-rw-r--r-- | src/login/admin.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 2e018faf1..75fb6e33f 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,8 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2008/08/25 + * Fixed: compiler warning in admin.c [akrus] 2008/08/20 * Rev. 13098 Implemented Brainstorm's and SketchyPhoenix's fixes for Flying side kick. [L0ne_W0lf] - Skill will now remove KA-type statuses and not remove stalker's link while preserved. diff --git a/src/login/admin.c b/src/login/admin.c index c4116f16d..0387fd82d 100644 --- a/src/login/admin.c +++ b/src/login/admin.c @@ -84,9 +84,7 @@ bool ladmin_auth(struct login_session_data* sd, const char* ip) //--------------------------------------- int parse_admin(int fd) { - unsigned int i, j; char* account_name; - struct mmo_account acc; uint32 ipl = session[fd]->client_addr; char ip[16]; |