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");