]> git.ipfire.org Git - thirdparty/samba.git/commit
libcli/auth: let netlogon_creds_copy() copy all scalar elements
authorStefan Metzmacher <metze@samba.org>
Wed, 19 Jul 2023 19:02:23 +0000 (21:02 +0200)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 30 Oct 2024 23:08:36 +0000 (23:08 +0000)
commit8edbdd65ef78e3f26357d0254b58db3120a32880
tree4e00df35ea9762f40df3b2510d9bb3a6fe8d8432
parent132629ee3a9b73d0888d1110e4d0a45ded778e5a
libcli/auth: let netlogon_creds_copy() copy all scalar elements

This version is good for now, as we want it to be backportable.
For master we'll add a ndr_deepcopy_struct() helper in order
to avoid future problems.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15425

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
libcli/auth/credentials.c