删除适合防入校验

This commit is contained in:
duzhuolin
2023-07-26 19:42:52 +08:00
parent d65e08d529
commit 45073b3ecb

View File

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