aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/axel/files
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/axel/files')
-rw-r--r--ftp/axel/files/patch-conn.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/ftp/axel/files/patch-conn.c b/ftp/axel/files/patch-conn.c
deleted file mode 100644
index b5d73713eb4f..000000000000
--- a/ftp/axel/files/patch-conn.c
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- conn.c.orig
-+++ conn.c
-@@ -321,7 +321,7 @@
- break;
- if( ( t = http_header( conn->http, "location:" ) ) == NULL )
- return( 0 );
-- sscanf( t, "%s", s );
-+ sscanf( t, "%255s", s );
- if( strstr( s, "://" ) == NULL)
- {
- sprintf( conn->http->headers, "%s%s",