mirror of
https://github.com/openharmony/security_deviceauth.git
synced 2026-08-27 04:01:17 -04:00
Merge branch 'master' of https://gitee.com/winnie-hu/security_deviceauth
This commit is contained in:
@@ -751,7 +751,7 @@ static void encap_inform_message(int32_t error_code, struct message *send)
|
||||
|
||||
#if (defined(_CUT_EXCHANGE_) || defined(_CUT_EXCHANGE_SERVER_))
|
||||
if (error_code == HC_UNSUPPORT) {
|
||||
send->msg_code=INVALID_MESSAGE;
|
||||
send->msg_code = INVALID_MESSAGE;
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -92,7 +92,11 @@ struct sts_server {
|
||||
struct sts_end_response_data end_response_data;
|
||||
};
|
||||
#else
|
||||
<<<<<<< HEAD
|
||||
struct sts_server {
|
||||
=======
|
||||
struct sts_server{
|
||||
>>>>>>> 663a145bdb100a367cf19422faf1438a0625602d
|
||||
char rsv;
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user