]> granicus.if.org Git - curl/commit
Curl_ftp_disconnect() no longer relies on anything in the reqdata struct. That
authorDaniel Stenberg <daniel@haxx.se>
Wed, 24 Oct 2007 21:14:11 +0000 (21:14 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 24 Oct 2007 21:14:11 +0000 (21:14 +0000)
commit8997d258f7ba0d4543694dc214c4783455f69045
treef5266fe8df225352ec2232441d7f06f4fa0f4e39
parenta3f958aaaa3fbf8f3ef4b5dd77c0d0af715d46e1
Curl_ftp_disconnect() no longer relies on anything in the reqdata struct. That
was even mentioned to be bad in a comment! Should make test 2000 and 2001 work
fine.

Also, freedirs() now take a ftp_conn struct pointer which saves some extra
unnecessary variable assignments.
lib/ftp.c