diff options
author | Stefan Metzmacher <metze@samba.org> | 2016-07-21 15:08:32 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2016-07-22 23:34:20 +0200 |
commit | 2d9958e46c2e66d0476cc9ec3934ed16a352c077 (patch) | |
tree | 2b7b11d4c0b1fb1393445d0faf49145e1888ff4f /auth/credentials/credentials.h | |
parent | 0dd1c658c76ab24095ca591aa6e5a85ed59ff5f8 (diff) | |
download | samba-2d9958e46c2e66d0476cc9ec3934ed16a352c077.tar.gz |
auth/credentials: also do a shallow copy of the krb5_ccache.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'auth/credentials/credentials.h')
-rw-r--r-- | auth/credentials/credentials.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/auth/credentials/credentials.h b/auth/credentials/credentials.h index 3779ec048e6..523793f090d 100644 --- a/auth/credentials/credentials.h +++ b/auth/credentials/credentials.h @@ -286,9 +286,6 @@ void *_cli_credentials_callback_data(struct cli_credentials *cred); #define cli_credentials_callback_data_void(_cred) \ _cli_credentials_callback_data(_cred) -struct cli_credentials *cli_credentials_shallow_copy(TALLOC_CTX *mem_ctx, - struct cli_credentials *src); - /** * Return attached NETLOGON credentials */ |