gftp r976 - in trunk: . lib
- From: masneyb svn gnome org
- To: svn-commits-list gnome org
- Subject: gftp r976 - in trunk: . lib
- Date: Sun, 30 Nov 2008 14:29:48 +0000 (UTC)
Author: masneyb
Date: Sun Nov 30 14:29:48 2008
New Revision: 976
URL: http://svn.gnome.org/viewvc/gftp?rev=976&view=rev
Log:
2008-11-30 Brian Masney <masneyb gftp org>
* lib/ftps.c - warning fixes for the FTPS protocol when OpenSSL
support is disabled.
Modified:
trunk/ChangeLog
trunk/lib/ftps.c
Modified: trunk/lib/ftps.c
==============================================================================
--- trunk/lib/ftps.c (original)
+++ trunk/lib/ftps.c Sun Nov 30 14:29:48 2008
@@ -113,19 +113,6 @@
}
-/* unused@*/ static int
-ftps_connect (gftp_request * request)
-{
- if (request->datafd > 0)
- return (0);
-
- request->read_function = gftp_fd_read;
- request->write_function = gftp_fd_write;
-
- return (rfc959_connect (request));
-}
-
-
int
ftps_init (gftp_request * request)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]