upnphttp: fix forked process termination at error
This commit is contained in:
parent
3c49d66d82
commit
26ce01f473
@ -1762,7 +1762,7 @@ SendResp_resizedimg(struct upnphttp * h, char * object)
|
|||||||
if( ret != 2 )
|
if( ret != 2 )
|
||||||
{
|
{
|
||||||
Send500(h);
|
Send500(h);
|
||||||
return;
|
goto resized_error;
|
||||||
}
|
}
|
||||||
/* Figure out the best destination resolution we can use */
|
/* Figure out the best destination resolution we can use */
|
||||||
dstw = width;
|
dstw = width;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user