]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
dav_get_liveprop_info() returns a long not an int.
authorChristophe Jaillet <jailletc36@apache.org>
Wed, 4 May 2022 18:27:29 +0000 (18:27 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 4 May 2022 18:27:29 +0000 (18:27 +0000)
commit44f33d54fd590d6c7b50d6ef67e69755db5e3ded
treed102429da97b071bda1a9ec8b9c4c202056a28b7
parentf3cd4ec49a7904ad98af7ce1f30d81d220b3cae2
dav_get_liveprop_info() returns a long not an int.

Update the type of global_ns accordingly and update the format specifier when this variable is used in printf like functions.

This also aligns code with dav_core_insert_prop() in modules/dav/main/std_liveprop.c

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900559 13f79535-47bb-0310-9956-ffa450edef68
modules/dav/fs/repos.c