Skip to content

Commit 6c7858f

Browse files
committed
fixup the fixup
1 parent 18b548d commit 6c7858f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/adaptors/tcp_lite/tcp_lite.c

+1
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,7 @@ static void grant_read_buffers_XSIDE_IO(tcplite_connection_t *conn, const size_t
679679
}
680680

681681
size_t actual = pn_raw_connection_give_read_buffers(conn->raw_conn, raw_buffers, granted);
682+
(void) actual;
682683
assert(actual == granted);
683684

684685
qd_log(LOG_TCP_ADAPTOR, QD_LOG_DEBUG, "[C%"PRIu64"] grant_read_buffers_XSIDE_IO - %ld", conn->conn_id, granted);

0 commit comments

Comments
 (0)