[security]remove ip

This commit is contained in:
hnwyllmm
2024-01-11 13:14:35 +00:00
committed by ob-robot
parent aef68a1235
commit 3f9ef31b72
17 changed files with 42 additions and 42 deletions

View File

@ -791,7 +791,7 @@ TEST_F(TestObObj, test_serialize)
const char * cases[] =
{
"",
"10.244.4.30:55412;10.244.4.31:55412"
"127.0.0.1:55412;127.0.0.2:55412"
};
for (int64_t i = 0; i < ARRAYSIZEOF(cases); ++i) {
obj1.set_varchar(cases[i]);