diff options
Diffstat (limited to 'ext/ftp/ftp.c')
-rw-r--r-- | ext/ftp/ftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ftp/ftp.c b/ext/ftp/ftp.c index d7146d6059..daaf481f52 100644 --- a/ext/ftp/ftp.c +++ b/ext/ftp/ftp.c @@ -1045,7 +1045,7 @@ ftp_getdata(ftpbuf_t *ftp) struct sockaddr_in addr; int size; union ipbox ipbox; - char arg[sizeof("255,255,255,255,255,255")]; + char arg[sizeof("255, 255, 255, 255, 255, 255")]; /* ask for a passive connection if we need one */ |