mirror of
https://github.com/curl/curl.git
synced 2026-04-28 17:32:16 +03:00
Fixed compilation when RTSP is disabled
This commit is contained in:
parent
212d8c8f65
commit
2a02c07a15
1 changed files with 0 additions and 2 deletions
|
|
@ -400,9 +400,7 @@ static CURLcode readwrite_data(struct SessionHandle *data,
|
|||
ssize_t nread; /* number of bytes read */
|
||||
size_t excess = 0; /* excess bytes read */
|
||||
bool is_empty_data = FALSE;
|
||||
#ifndef CURL_DISABLE_RTSP
|
||||
bool readmore = FALSE; /* used by RTP to signal for more data */
|
||||
#endif
|
||||
|
||||
*done = FALSE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue