Remove unused field from struct ddsi_handshake
Signed-off-by: Dennis Potman <dennis.potman@adlinktech.com>
This commit is contained in:
parent
1e484a3c6f
commit
829e33ac82
1 changed files with 0 additions and 2 deletions
|
@ -91,7 +91,6 @@ struct ddsi_handshake
|
|||
DDS_Security_AuthRequestMessageToken *remote_auth_request_token;
|
||||
DDS_Security_OctetSeq pdata;
|
||||
int64_t shared_secret;
|
||||
int handled_handshake_message;
|
||||
};
|
||||
|
||||
struct ddsi_hsadmin {
|
||||
|
@ -1139,7 +1138,6 @@ void ddsi_handshake_handle_message(struct ddsi_handshake *handshake, const struc
|
|||
DDS_Security_DataHolder_deinit(&handshake->handshake_message_in_token);
|
||||
q_omg_security_dataholder_copyout(&handshake->handshake_message_in_token, &msg->message_data.tags[0]);
|
||||
memcpy(&handshake->handshake_message_in_id, &msg->message_identity, sizeof(handshake->handshake_message_in_id));
|
||||
handshake->handled_handshake_message = 0;
|
||||
dds_security_fsm_dispatch(handshake->fsm, event, false);
|
||||
ddsrt_mutex_unlock(&handshake->lock);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue