1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00

Fix typo.

Submitted by:	Antoine Brodin
This commit is contained in:
Stefan Farfeleder 2005-02-14 18:40:31 +00:00
parent 952a03767b
commit 37df8bec5b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141925

View File

@ -959,7 +959,7 @@ ftp_file_op(FTP_t ftp, char *operation, char *file, FILE **fp, char *mode, off_t
close(s);
return FAILURE;
}
sinline = sizeof sin;
sinlen = sizeof sin;
getsockname(s, (struct sockaddr *)&sin, &sinlen);
if (listen(s, 1) < 0) {
close(s);