summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-11-06 09:27:43 +0100
committerJeremy Allison <jra@samba.org>2012-11-08 21:24:21 +0100
commit50d47fc0816c842717a5c0bfb3c0863d99eed78c (patch)
tree12fe0c01829a870b3df5c09bdc80f2cb6542f9a8 /source3/rpcclient
parentc51abb35dfff86cb503d36a844184f7a95f29cdb (diff)
downloadsamba-50d47fc0816c842717a5c0bfb3c0863d99eed78c.tar.gz
samba-50d47fc0816c842717a5c0bfb3c0863d99eed78c.tar.xz
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/rpcclient')
-rw-r--r--source3/rpcclient/rpcclient.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c
index 0dad971c968..d204d7fae2d 100644
--- a/source3/rpcclient/rpcclient.c
+++ b/source3/rpcclient/rpcclient.c
@@ -960,6 +960,7 @@ out_free:
}
poptFreeContext(pc);
+ popt_burn_cmdline_password(argc, argv);
if (!init_names()) {
result = 1;