diff options
author | shennetsind <ind@henn.et> | 2013-01-25 14:02:43 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-01-25 14:03:15 -0200 |
commit | cf0e8e7563e4273137c8a582d66fe4fcc6c283fa (patch) | |
tree | b8110178da066837e6776dee756191ed51254b5f /src/login/login.h | |
parent | 6864c961e1cfad9650d2343bf94a9e6b197360e3 (diff) | |
download | hercules-cf0e8e7563e4273137c8a582d66fe4fcc6c283fa.tar.gz hercules-cf0e8e7563e4273137c8a582d66fe4fcc6c283fa.tar.bz2 hercules-cf0e8e7563e4273137c8a582d66fe4fcc6c283fa.tar.xz hercules-cf0e8e7563e4273137c8a582d66fe4fcc6c283fa.zip |
Dropping _athena file suffixes
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/login/login.h')
-rw-r--r-- | src/login/login.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/login/login.h b/src/login/login.h index bedf5e179..7ed556628 100644 --- a/src/login/login.h +++ b/src/login/login.h @@ -14,8 +14,8 @@ enum E_LOGINSERVER_ST LOGINSERVER_ST_LAST }; -#define LOGIN_CONF_NAME "conf/login_athena.conf" -#define LAN_CONF_NAME "conf/subnet_athena.conf" +#define LOGIN_CONF_NAME "conf/login-server.conf" +#define LAN_CONF_NAME "conf/subnet.conf" // supported encryption types: 1- passwordencrypt, 2- passwordencrypt2, 3- both #define PASSWORDENC 3 |