Pre-init pointers to silent assert.

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-07-23 00:36:09 +02:00
parent fc59b2fdac
commit c64a57ca29
+1
View File
@@ -68,6 +68,7 @@ response_add_header_no_check (
new_hdr->value.cstr = buf;
new_hdr->value.len = value_len;
mhd_DLINKEDL_INIT_LINKS (new_hdr, headers);
mhd_DLINKEDL_INS_LAST (response, new_hdr, headers);
return true;
}