From 50d47fc0816c842717a5c0bfb3c0863d99eed78c Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 6 Nov 2012 09:27:43 +0100 Subject: s3fs-client: Burn commandline password of client utils. Signed-off-by: Andreas Schneider Reviewed by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Thu Nov 8 21:24:21 CET 2012 on sn-devel-104 --- source3/utils/smbcquotas.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/utils/smbcquotas.c') diff --git a/source3/utils/smbcquotas.c b/source3/utils/smbcquotas.c index b96210386d..d248bbe1eb 100644 --- a/source3/utils/smbcquotas.c +++ b/source3/utils/smbcquotas.c @@ -608,6 +608,7 @@ FSQFLAGS:QUOTA_ENABLED/DENY_DISK/LOG_SOFTLIMIT/LOG_HARD_LIMIT", "SETSTRING" }, popt_common_set_auth_info(smbcquotas_auth_info); pc = poptGetContext("smbcquotas", argc, argv, long_options, 0); + popt_burn_cmdline_password(argc, argv); poptSetOtherOptionHelp(pc, "//server1/share1"); @@ -689,6 +690,7 @@ FSQFLAGS:QUOTA_ENABLED/DENY_DISK/LOG_SOFTLIMIT/LOG_HARD_LIMIT", "SETSTRING" }, } poptFreeContext(pc); + popt_burn_cmdline_password(argc, argv); string_replace(path, '/', '\\'); -- cgit