diff options
Diffstat (limited to 'src/login_sql/login.h')
-rw-r--r-- | src/login_sql/login.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/login_sql/login.h b/src/login_sql/login.h index 110c6a876..7afe4b358 100644 --- a/src/login_sql/login.h +++ b/src/login_sql/login.h @@ -11,13 +11,9 @@ #define LAN_CONF_NAME "conf/subnet_athena.conf" #ifndef SQL_DEBUG - -#define mysql_query(_x, _y) mysql_query(_x, _y) - + #define mysql_query(_x, _y) mysql_query(_x, _y) #else - -#define mysql_query(_x, _y) debug_mysql_query(__FILE__, __LINE__, _x, _y) - + #define mysql_query(_x, _y) debug_mysql_query(__FILE__, __LINE__, _x, _y) #endif #define PASSWORDENC 3 // A definition is given when making an encryption password correspond. |