Skip to content

Commit

Permalink
Update src/protocol/definitions/transport.c
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Bushnev <[email protected]>
  • Loading branch information
wyfo and sashacmc authored Dec 4, 2024
1 parent 0f2a139 commit c93e694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocol/definitions/transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ _z_transport_message_t _z_t_msg_make_init_syn(z_whatami_t whatami, _z_id_t zid)
#else
bool has_patch = false;
#endif
if (has_patch == true) {
if (has_patch) {
_Z_SET_FLAG(msg._header, _Z_FLAG_T_Z);
}

Expand Down

0 comments on commit c93e694

Please sign in to comment.