diff options
author | akrus <akrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-25 00:50:46 +0000 |
---|---|---|
committer | akrus <akrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-25 00:50:46 +0000 |
commit | 5b783537112c1653f2103dc5ec13ee50def73fda (patch) | |
tree | d34f6af1773c80bdee4ada1b9895f3ef24a14eb3 | |
parent | 08d3a24b80ebb31e46d623118b335a86cf37f425 (diff) | |
download | hercules-5b783537112c1653f2103dc5ec13ee50def73fda.tar.gz hercules-5b783537112c1653f2103dc5ec13ee50def73fda.tar.bz2 hercules-5b783537112c1653f2103dc5ec13ee50def73fda.tar.xz hercules-5b783537112c1653f2103dc5ec13ee50def73fda.zip |
* Fixed: compiler warning in admin.c [akrus]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13128 54d463be-8e91-2dee-dedb-b68131a5f0ec
-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]; |