fix bug in log upload
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
#include "../mms/db_interface.h"
|
||||
|
||||
#include <ctype.h> //lnk20241119
|
||||
|
||||
#include "../cfg_parse/custom_printf.h"//lnk20250225
|
||||
extern uint32_t g_node_id;
|
||||
extern char subdir[128];
|
||||
unsigned int g_no_auth = 0;
|
||||
@@ -1176,8 +1176,7 @@ S_SEC_ENCRYPT_CTRL *encryptCtrl = NULL; /* conn enctryption info */
|
||||
|
||||
//lnk20241119<31><39><EFBFBD><EFBFBD><EFBFBD>жϺʹ<CFBA>ӡ<EFBFBD><D3A1>ȷ<EFBFBD><C8B7>ʶ<EFBFBD><CAB6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ԿΪ<D4BF><CEAA>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD><EFBFBD>ü<EFBFBD><C3BC><EFBFBD>
|
||||
if (!is_empty_or_whitespace(dev_series) || !is_empty_or_whitespace(dev_key)) {
|
||||
printf("dev_series= %s\n", dev_series);
|
||||
printf("dev_key= %s\n", dev_key);
|
||||
printf("dev_series= %s,dev_key= %s\n", dev_series,dev_key);
|
||||
/* Fill out an authentication structure */
|
||||
authInfo = &authInfoStr;
|
||||
authInfo->auth_pres = SD_TRUE;
|
||||
|
||||
Reference in New Issue
Block a user