mirror of
https://github.com/curl/curl.git
synced 2025-09-29 15:36:53 +03:00
fix compiler warning
This commit is contained in:
parent
880452d2ed
commit
2c2464a682
|
@ -27,7 +27,7 @@ int test(char *URL)
|
||||||
{
|
{
|
||||||
int res;
|
int res;
|
||||||
CURL *curl;
|
CURL *curl;
|
||||||
char *stream_uri;
|
char *stream_uri = NULL;
|
||||||
char *rtsp_session_id;
|
char *rtsp_session_id;
|
||||||
int request=1;
|
int request=1;
|
||||||
int i;
|
int i;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user