Fixed compilation when RTSP is disabled
This commit is contained in:
@@ -400,9 +400,7 @@ static CURLcode readwrite_data(struct SessionHandle *data,
|
|||||||
ssize_t nread; /* number of bytes read */
|
ssize_t nread; /* number of bytes read */
|
||||||
size_t excess = 0; /* excess bytes read */
|
size_t excess = 0; /* excess bytes read */
|
||||||
bool is_empty_data = FALSE;
|
bool is_empty_data = FALSE;
|
||||||
#ifndef CURL_DISABLE_RTSP
|
|
||||||
bool readmore = FALSE; /* used by RTP to signal for more data */
|
bool readmore = FALSE; /* used by RTP to signal for more data */
|
||||||
#endif
|
|
||||||
|
|
||||||
*done = FALSE;
|
*done = FALSE;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user