1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

I think 1024 bytes is enough for even most ipv6 addresses :-)

This commit is contained in:
Daniel Stenberg 2004-06-30 12:04:37 +00:00
parent 85bd4621db
commit 8efa6f407d

View File

@ -1066,7 +1066,7 @@ CURLcode ftp_use_port(struct connectdata *conn)
struct sockaddr *sa=(struct sockaddr *)&ss;
unsigned char *ap;
unsigned char *pp;
char portmsgbuf[4096], tmp[4096];
char portmsgbuf[1024], tmp[1024];
const char *mode[] = { "EPRT", "LPRT", "PORT", NULL };
char **modep;