This commit is contained in:
winnieHu
2021-04-12 18:50:50 +08:00
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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