diff options
author | Andreas Schneider <asn@samba.org> | 2012-11-06 09:27:43 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2012-11-08 21:24:21 +0100 |
commit | 50d47fc0816c842717a5c0bfb3c0863d99eed78c (patch) | |
tree | 12fe0c01829a870b3df5c09bdc80f2cb6542f9a8 /source3/client | |
parent | c51abb35dfff86cb503d36a844184f7a95f29cdb (diff) | |
download | samba-50d47fc0816c842717a5c0bfb3c0863d99eed78c.tar.gz samba-50d47fc0816c842717a5c0bfb3c0863d99eed78c.tar.bz2 samba-50d47fc0816c842717a5c0bfb3c0863d99eed78c.zip |
s3fs-client: Burn commandline password of client utils.
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Thu Nov 8 21:24:21 CET 2012 on sn-devel-104
Diffstat (limited to 'source3/client')
-rw-r--r-- | source3/client/client.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/client/client.c b/source3/client/client.c index ab0e77f50a..f8cc27d63a 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -5408,6 +5408,7 @@ static int do_message_op(struct user_auth_info *a_info) poptGetArg(pc)); } + switch (opt) { case 'M': /* Messages are sent to NetBIOS name type 0x3 @@ -5555,6 +5556,7 @@ static int do_message_op(struct user_auth_info *a_info) } poptFreeContext(pc); + popt_burn_cmdline_password(argc, argv); DEBUG(3,("Client started (version %s).\n", samba_version_string())); |