fix dolphin back-quote bug

This commit is contained in:
chenxiaobin19
2023-05-13 16:57:10 +08:00
committed by zhang_xubo
parent 02a2071a65
commit e7506870c7
7 changed files with 41 additions and 13 deletions

View File

@ -158,6 +158,7 @@ extern int errcode_for_socket_access(void);
extern int errmodule(ModuleId id);
extern const char* mask_encrypted_key(const char* query_string, int str_len);
extern char* maskPassword(const char* query_string);
extern char* mask_error_password(const char* query_string, int str_len);
#define MASK_PASSWORD_START(mask_string, query_string) \
do { \