Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

nfqws2: wrong type fix

This commit is contained in:
bol-van
2025-12-27 19:51:34 +03:00
parent 1982984a86
commit 94daca8ced

View File

@@ -254,7 +254,7 @@ static struct str2_list *str2list_entry_copy(const struct str2_list *entry)
return e2;
err:
str2list_entry_destroy(e2);
return false;
return NULL;
}
bool str2list_copy(struct str2_list_head *to, const struct str2_list_head *from)
{