]> granicus.if.org Git - curl/commit
FTP: move FTP-specific struct field to ftpc_conn
authorDaniel Stenberg <daniel@haxx.se>
Tue, 20 Dec 2011 12:06:26 +0000 (13:06 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 20 Dec 2011 19:30:38 +0000 (20:30 +0100)
commit377471f387c6639882fd8bd66a9e7b8e8341843d
treef7aec57b02a0e21e2954e7852d2a8d867787be20
parentdfdac61522c7d660f884ec7a663dedb2d69d16a8
FTP: move FTP-specific struct field to ftpc_conn

"wait_data_conn" was added to the connectionbits in commit c834213ad5 for
handling active FTP connections but as it is purely FTP specific and now
only ever accessed by ftp.c I moved it into the FTP connection struct.
lib/ftp.c
lib/ftp.h
lib/urldata.h