Commit ecf6b26a authored by Ganesh Ajjanagadde's avatar Ganesh Ajjanagadde Committed by Michael Niedermayer
parent 9bd305be
......@@ -651,7 +651,7 @@ static int ftp_connect(URLContext *h, const char *url)
FTPContext *s = h->priv_data;
s->state = DISCONNECTED;
s->listing_method = UNKNOWN;
s->listing_method = UNKNOWN_METHOD;
s->filesize = -1;
s->position = 0;
s->features = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment