mirror of
https://github.com/bol-van/zapret.git
synced 2026-03-08 06:15:26 +00:00
tpws: ipcache
This commit is contained in:
@@ -550,7 +550,7 @@ struct blob_item *blob_collection_add_blob(struct blob_collection_head *head, co
|
||||
if (data) memcpy(entry->data,data,size);
|
||||
entry->size = size;
|
||||
entry->size_buf = size+size_reserve;
|
||||
|
||||
|
||||
// insert to the end
|
||||
struct blob_item *itemc,*iteml=LIST_FIRST(head);
|
||||
if (iteml)
|
||||
|
||||
Reference in New Issue
Block a user