From 45073b3ecb7ddd1dbac8f98c2acd736429cf2373 Mon Sep 17 00:00:00 2001 From: duzhuolin Date: Wed, 26 Jul 2023 19:42:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=80=82=E5=90=88=E9=98=B2?= =?UTF-8?q?=E5=85=A5=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bin/pgxc_clean/pgxc_clean.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/pgxc_clean/pgxc_clean.cpp b/src/bin/pgxc_clean/pgxc_clean.cpp index 71c0688eb..2ea8c9d3f 100644 --- a/src/bin/pgxc_clean/pgxc_clean.cpp +++ b/src/bin/pgxc_clean/pgxc_clean.cpp @@ -2821,7 +2821,6 @@ static void parse_pgxc_clean_options(int argc, char* argv[]) case 'W': try_password_opt = TRI_YES; if (optarg != NULL) { - check_env_name_c(optarg); password = pg_strdup(optarg); rc = memset_s(optarg, strlen(optarg), 0, strlen(optarg)); securec_check_c(rc, "\0", "\0");