mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
21 lines
379 B
Plaintext
21 lines
379 B
Plaintext
|
--- src/ftpd.c.orig Tue Jan 18 19:35:30 2000
|
||
|
+++ src/ftpd.c Tue Jan 18 19:38:50 2000
|
||
|
@@ -6346,7 +6346,6 @@
|
||
|
}
|
||
|
goto globfree;
|
||
|
}
|
||
|
- if ((st.st_mode & S_IFMT) != S_IFDIR) {
|
||
|
if (dout == NULL) {
|
||
|
dout = dataconn("file list", (off_t) - 1, "w");
|
||
|
if (dout == NULL)
|
||
|
@@ -6369,7 +6368,6 @@
|
||
|
byte_count_out++;
|
||
|
}
|
||
|
#endif
|
||
|
- }
|
||
|
}
|
||
|
|
||
|
if (dout != NULL) {
|
||
|
|
||
|
|