diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libftp/FtpPasv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libftp/FtpPasv.c b/lib/libftp/FtpPasv.c index d2959b7..3db132a 100644 --- a/lib/libftp/FtpPasv.c +++ b/lib/libftp/FtpPasv.c @@ -19,7 +19,7 @@ Commercial usage is also possible with participation of it's author. char * FtpPasv (FTP *ftp) { char *msg; - String PORT; + static String PORT; char *p=PORT; if FtpError(FtpCommand(ftp,"PASV","",227,EOF)) |