]> 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)
committerGeorge Joseph <gjoseph@sangoma.com>
Wed, 17 Sep 2025 17:40:38 +0000 (11:40 -0600)
commit8d3abb065e75cc52cac191a12027a6096a5b8990
treec28155f48ea84acfffdd6bf9240e322810c5994b
parentf2c9b84a36de90f83548a135fca73205a8dd3a48
test_res_prometheus: Fix compilation failure on Debian 13.

curl_easy_setopt expects long types, so be explicit.

Resolves: #1369
(cherry picked from commit 5a446dd74c679f6d3863d99995b20c08099d86c7)
tests/test_res_prometheus.c