Skip to content

Commit

Permalink
Removed warnign
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde authored and eboasson committed May 17, 2024
1 parent 2cdd114 commit 454df33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ static void encode_serialized_payload_check(uint32_t key_size, bool encrypted)
DDS_Security_SecurityException exception = {NULL, 0, 0};
DDS_Security_OctetSeq encoded_buffer = {0, 0, NULL};
DDS_Security_OctetSeq extra_inline_qos;
DDS_Security_OctetSeq encoded_payload;
DDS_Security_OctetSeq encoded_payload = {0, 0, NULL};
DDS_Security_OctetSeq plain_buffer;
session_key_material *session_keys;
struct crypto_header *header = NULL;
Expand Down

0 comments on commit 454df33

Please sign in to comment.