upnphttp: fix forked process termination at error

This commit is contained in:
Vlad Starodubtsev
2022-02-11 00:30:04 -08:00
committed by Justin Maggard
parent 3c49d66d82
commit 26ce01f473
+1 -1
View File
@@ -1762,7 +1762,7 @@ SendResp_resizedimg(struct upnphttp * h, char * object)
if( ret != 2 )
{
Send500(h);
return;
goto resized_error;
}
/* Figure out the best destination resolution we can use */
dstw = width;