1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-05 12:22:11 +03:00

s3:netapi: Remove password from 'struct libnetapi_ctx'

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
This commit is contained in:
Andreas Schneider
2021-03-18 11:37:03 +01:00
committed by Günther Deschner
parent d94053f9d8
commit 51d5bebcc1
2 changed files with 0 additions and 7 deletions

View File

@ -58,7 +58,6 @@ struct libnetapi_ctx {
char *debuglevel;
char *error_string;
char *workgroup;
char *password;
int use_kerberos;
int use_ccache;
int disable_policy_handle_cache;