]> 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)
commit3036fb7887e33a08976e4e5b6a583bd586fd4395
tree34e09043cd6f2e6293600f1030fe6677d5a6af7a
parent8ca6968317c6da1f1563074de0477058fd70ec9f
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