summaryrefslogtreecommitdiff
path: root/ftp/atftp/files/patch-tftp_mtftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/atftp/files/patch-tftp_mtftp.c')
-rw-r--r--ftp/atftp/files/patch-tftp_mtftp.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/ftp/atftp/files/patch-tftp_mtftp.c b/ftp/atftp/files/patch-tftp_mtftp.c
deleted file mode 100644
index 1a1557b67a7c..000000000000
--- a/ftp/atftp/files/patch-tftp_mtftp.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- tftp_mtftp.c.orig 2010-10-05 14:12:47.000000000 +0800
-+++ tftp_mtftp.c 2010-10-05 14:13:19.000000000 +0800
-@@ -138,7 +138,8 @@
- memset(&file_bitmap, 0, sizeof(file_bitmap));
-
- /* make sure the socket is not connected */
-- sa.sin_family = AF_UNSPEC;
-+ memset(&sa, 0, sizeof(sa));
-+ sa.sin_family = AF_INET;
- connect(sockfd, (struct sockaddr *)&sa, sizeof(sa));
-
- /* copy sa_peer structure */