]> git.ipfire.org Git - thirdparty/asterisk.git/commit
test_res_prometheus: Fix compilation failure on Debian 13.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 14 Aug 2025 20:31:00 +0000 (16:31 -0400)
committerNaveen Albert <asterisk@phreaknet.org>
Fri, 15 Aug 2025 16:10:46 +0000 (16:10 +0000)
commit5a446dd74c679f6d3863d99995b20c08099d86c7
tree4bc54094e19021a7f134e3e3717884deddb25578
parentfad87711231dec7a71e757f1993dbecec6a600c9
test_res_prometheus: Fix compilation failure on Debian 13.

curl_easy_setopt expects long types, so be explicit.

Resolves: #1369
tests/test_res_prometheus.c