1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-07 21:32:56 +00:00

[mod_xml_scgi] Fix dead initialization in mod_xml_scgi_shutdown()

This commit is contained in:
Andrey Volk 2022-01-12 14:34:22 +03:00
parent 1f9305098d
commit 884917cb11

@ -406,7 +406,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_xml_scgi_shutdown)
if (bp->thread) {
switch_status_t st;
scgi_handle_t handle = { 0 };
unsigned char buf[16336] = "";
unsigned char buf[16336];
int x = 3;
scgi_add_param(&handle, "REQUEST_METHOD", "POST");