diff lib/ftps.c @ 415:1ffdbc487a70

2004-3-1 Brian Masney <masneyb@gftp.org> * lib/ftps.c - set the protocol number to GFTP_FTPS_NUM * lib/https.c - set the protocol number to GFTP_HTTPS_NUM * lib/rfc959.c lib/rfc2068.c - remove references to checking for GFTP_FTP_NUM and GFTP_HTTP_NUM
author masneyb
date Tue, 02 Mar 2004 02:29:10 +0000
parents 14ef37b62c20
children d7ff8d2d43aa
line wrap: on
line diff
--- a/lib/ftps.c	Mon Mar 01 17:29:13 2004 +0000
+++ b/lib/ftps.c	Tue Mar 02 02:29:10 2004 +0000
@@ -123,6 +123,7 @@
     return (ret);
 
   params = request->protocol_data;
+  request->protonum = GFTP_FTPS_NUM;
   params->auth_tls_start = ftps_auth_tls_start;
   request->get_next_file = ftps_get_next_file;
   request->init = ftps_init;