diff -N -c -r -X exclude_files squid-1.0.beta5/src/ftpget.c squid-1.0.beta5.henrik/src/ftpget.c *** squid-1.0.beta5/src/ftpget.c Fri May 3 17:55:46 1996 --- squid-1.0.beta5.henrik/src/ftpget.c Fri May 3 17:54:35 1996 *************** *** 1748,1754 **** readme->path = xstrdup("README"); readme->cfd = fd; readme->sfd = r->sfd; ! readme->dfd = -1; #ifdef TRY_CWD_FIRST readme->state = CWD_FAIL; #else --- 1748,1755 ---- readme->path = xstrdup("README"); readme->cfd = fd; readme->sfd = r->sfd; ! readme->dfd = r->dfd; ! r->dfd=-1; #ifdef TRY_CWD_FIRST readme->state = CWD_FAIL; #else