This commit is contained in:
13038267101 2023-01-16 17:26:07 +08:00
parent 63e26485ce
commit 82eeed3425
2 changed files with 8 additions and 8 deletions

View File

@ -465,7 +465,7 @@ int hg_scanner::set_server_blacklist_lock()
memset(snbuffer, 0, sizeof(snbuffer));
memset(fvbuffer, 0, sizeof(fvbuffer));
memset(pidbuffer, 0, sizeof(pidbuffer));
HGBool islock;
HGBool islock = false;
string sn = get_serial_num();
string fv = get_firmware_version();

View File

@ -20,13 +20,13 @@
#define STRICMP strcasecmp
#endif
#ifdef OEM_HANWANG
#define hg_log hw_log
#define hg_log_type hw_log_type
#elif defined(OEM_LISICHENG)
#define hg_log lsc_log
#define hg_log_type lsc_log_type
#endif
//#ifdef OEM_HANWANG
//#define hg_log hw_log
//#define hg_log_type hw_log_type
//#elif defined(OEM_LISICHENG)
//#define hg_log lsc_log
//#define hg_log_type lsc_log_type
//#endif
enum hg_log_type
{