Update fe-common-core.c

This commit is contained in:
Jari Matilainen 2021-06-23 21:07:31 +02:00 committed by Alexander Færøy
parent 1775f07a01
commit 50b68781ae

View File

@ -500,8 +500,7 @@ gboolean strarray_find_dest(char **array, const TEXT_DEST_REC *dest)
str += server_tag_len + 1;
}
if (g_strcmp0(str, "") == 0 || g_strcmp0(str, "*") == 0 ||
g_strcmp0(str, "::all") == 0) {
if (g_strcmp0(str, "*") == 0 || g_strcmp0(str, "::all") == 0) {
return TRUE;
} else if (g_ascii_strcasecmp(str, dest->target) == 0) {
return TRUE;