s3fs-client: Burn commandline password of client utils.
[metze/samba/wip.git] / source3 / client / client.c
index ab0e77f50a5cdd9a53aa80892d5803791f5f461c..f8cc27d63a60944777487a75e0f4b5a0282b5b2c 100644 (file)
@@ -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()));