]> git.ipfire.org Git - thirdparty/samba.git/commit
librpc/rpc: un-const dcerpc_default_transport_endpoint()
authorStefan Metzmacher <metze@samba.org>
Thu, 19 Sep 2024 22:00:31 +0000 (00:00 +0200)
committerJule Anger <janger@samba.org>
Thu, 12 Jun 2025 11:27:15 +0000 (11:27 +0000)
commit2edaf617e86ed37c7184a69ca5e8c153338740ef
tree36c7ada1215e383d9d7f78cae6b3b3af6930d7a2
parent57d161d54f027040845b3d9bf879bb6d72913e7a
librpc/rpc: un-const dcerpc_default_transport_endpoint()

It returns an alloced string so it should not be marked as
const...

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
(cherry picked from commit 9fe85a93539adb73ae59247d044746073915684a)
librpc/rpc/dcerpc_util.c
librpc/rpc/dcerpc_util.h