diff options
author | Jeremy Allison <jra@samba.org> | 2017-04-25 17:03:10 -0700 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2017-05-09 09:56:09 +0200 |
commit | bec0cd2ee261f68f16c7860858e1128702806f5a (patch) | |
tree | 6e8d8edcc8191b37de5dcf3b2dc47f74b97077f3 /source3/include/popt_common.h | |
parent | 1a8f410ece7c352e33c4e9f218b83e7b7c9b7100 (diff) | |
download | samba-bec0cd2ee261f68f16c7860858e1128702806f5a.tar.gz |
s3: client tools. Remove direct access to struct user_auth_info *cmdline_auth_info.
Only access through utility functions. Remove all the local pointer aliases
that were just being set to cmdline_auth_info in the client tools.
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/include/popt_common.h')
-rw-r--r-- | source3/include/popt_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/popt_common.h b/source3/include/popt_common.h index f859db40449..a8c778473e9 100644 --- a/source3/include/popt_common.h +++ b/source3/include/popt_common.h @@ -48,7 +48,6 @@ extern const struct poptOption popt_common_dynconfig[]; #define POPT_COMMON_DEBUGLEVEL { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_debuglevel, 0, "Common samba debugging:", NULL }, #define POPT_COMMON_OPTION { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_option, 0, "Common samba commandline config:", NULL }, -extern struct user_auth_info *cmdline_auth_info; struct user_auth_info *popt_get_cmdline_auth_info(void); void popt_free_cmdline_auth_info(void); |