Skip to content

Commit 645acc4

Browse files
wyfosashacmc
andauthored
Update src/protocol/codec/transport.c
Co-authored-by: Alexander Bushnev <[email protected]>
1 parent bd89a76 commit 645acc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protocol/codec/transport.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ z_result_t _z_join_decode(_z_t_msg_join_t *msg, _z_zbuf_t *zbf, uint8_t header)
167167
ret |= _z_zsize_decode(&msg->_next_sn._val._plain._best_effort, zbf);
168168
}
169169
msg->_patch = _Z_NO_PATCH;
170-
if ((ret == _Z_RES_OK) && _Z_HAS_FLAG(header, _Z_FLAG_T_Z) == true) {
170+
if ((ret == _Z_RES_OK) && _Z_HAS_FLAG(header, _Z_FLAG_T_Z)) {
171171
ret |= _z_msg_ext_decode_iter(zbf, _z_join_decode_ext, msg);
172172
}
173173

0 commit comments

Comments
 (0)