View | Details | Raw Unified | Return to bug 16183
Collapse All | Expand All

(-)src/ftpd.c (-2 lines)
Lines 6346-6352 Link Here
6346
	    }
6346
	    }
6347
	    goto globfree;
6347
	    goto globfree;
6348
	}
6348
	}
6349
	if ((st.st_mode & S_IFMT) != S_IFDIR) {
6350
	    if (dout == NULL) {
6349
	    if (dout == NULL) {
6351
		dout = dataconn("file list", (off_t) - 1, "w");
6350
		dout = dataconn("file list", (off_t) - 1, "w");
6352
		if (dout == NULL)
6351
		if (dout == NULL)
Lines 6369-6375 Link Here
6369
		byte_count_out++;
6368
		byte_count_out++;
6370
	    }
6369
	    }
6371
#endif
6370
#endif
6372
	}
6373
    }
6371
    }
6374
6372
6375
    if (dout != NULL) {
6373
    if (dout != NULL) {

Return to bug 16183