This commit is contained in:
Yang Tse 2010-02-25 08:09:05 +00:00
Родитель cce81a7f45
Коммит 01fb0d8497
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -3063,6 +3063,8 @@ checkprotoprefix(struct SessionHandle *data, struct connectdata *conn,
#ifndef CURL_DISABLE_RTSP #ifndef CURL_DISABLE_RTSP
if(conn->protocol & PROT_RTSP) if(conn->protocol & PROT_RTSP)
return checkrtspprefix(data, s); return checkrtspprefix(data, s);
#else
(void)conn;
#endif /* CURL_DISABLE_RTSP */ #endif /* CURL_DISABLE_RTSP */
return checkhttpprefix(data, s); return checkhttpprefix(data, s);