Skip to content

Commit c93e694

Browse files
wyfosashacmc
andauthored
Update src/protocol/definitions/transport.c
Co-authored-by: Alexander Bushnev <[email protected]>
1 parent 0f2a139 commit c93e694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protocol/definitions/transport.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ _z_transport_message_t _z_t_msg_make_init_syn(z_whatami_t whatami, _z_id_t zid)
154154
#else
155155
bool has_patch = false;
156156
#endif
157-
if (has_patch == true) {
157+
if (has_patch) {
158158
_Z_SET_FLAG(msg._header, _Z_FLAG_T_Z);
159159
}
160160

0 commit comments

Comments
 (0)