Skip to content

Commit 1be4521

Browse files
committed
Issue #321: Fixed compilation error on FreeBSD
1 parent 94752dd commit 1be4521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ustreamer/stream.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ static void _stream_check_suicide(us_stream_s *stream) {
770770
return;
771771
}
772772

773-
const atomic_ullong *last_req_ts = &stream->run->http->last_req_ts;
773+
atomic_ullong *last_req_ts = &stream->run->http->last_req_ts;
774774
const ldf now_ts = us_get_now_monotonic();
775775

776776
if (_stream_has_any_clients_cached(stream)) {

0 commit comments

Comments
 (0)