[PATCH] merge super_group's include and exclude sub_groups into one line

This commit is contained in:
liuwentan
2023-12-26 15:35:22 +08:00
parent cc1e1d2f7f
commit 3d0d410ac7
10 changed files with 472 additions and 395 deletions

View File

@@ -597,6 +597,10 @@ int ip_format2range(int ip_type, enum ip_format format, const char *ip1, const c
int ids_str2longlong_array(const char *ids_str, UT_array *ids_array)
{
if (strcmp(ids_str, "null") == 0) {
return 0;
}
int counter = 0;
char *str = NULL;
char *saveptr = NULL;