mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 22:15:13 -05:00
setopt: store CURLOPT_RTSP_SERVER_CSEQ correctly
Fixes bug detected by PVS-Studio Fixes #4374
This commit is contained in:
parent
2ba62322a7
commit
8f593f6d3b
@ -2500,7 +2500,7 @@ CURLcode Curl_vsetopt(struct Curl_easy *data, CURLoption option, va_list param)
|
||||
|
||||
case CURLOPT_RTSP_SERVER_CSEQ:
|
||||
/* Same as the above, but for server-initiated requests */
|
||||
data->state.rtsp_next_client_CSeq = va_arg(param, long);
|
||||
data->state.rtsp_next_server_CSeq = va_arg(param, long);
|
||||
break;
|
||||
|
||||
case CURLOPT_INTERLEAVEDATA:
|
||||
|
Loading…
Reference in New Issue
Block a user