mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
RTSP: removed another piece of dead code
Coverity CID 1306668
This commit is contained in:
parent
26ddc536b0
commit
307f212379
@ -440,8 +440,7 @@ static CURLcode rtsp_do(struct connectdata *conn, bool *done)
|
||||
Curl_add_bufferf(req_buffer,
|
||||
"%s %s RTSP/1.0\r\n" /* Request Stream-URI RTSP/1.0 */
|
||||
"CSeq: %ld\r\n", /* CSeq */
|
||||
(p_request ? p_request : ""), p_stream_uri,
|
||||
rtsp->CSeq_sent);
|
||||
p_request, p_stream_uri, rtsp->CSeq_sent);
|
||||
if(result)
|
||||
return result;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user