From bec0cd2ee261f68f16c7860858e1128702806f5a Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 25 Apr 2017 17:03:10 -0700 Subject: 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 Reviewed-by: Andreas Schneider --- examples/fuse/smb2mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/fuse/smb2mount.c b/examples/fuse/smb2mount.c index 4ed985f53c4..67667bea6d0 100644 --- a/examples/fuse/smb2mount.c +++ b/examples/fuse/smb2mount.c @@ -143,7 +143,7 @@ int main(int argc, char *argv[]) *share = 0; share++; - cli = connect_one(cmdline_auth_info, server, port, share); + cli = connect_one(popt_get_cmdline_auth_info(), server, port, share); if (cli == NULL) { return -1; } -- cgit v1.2.1