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

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- src/ftp.c
0
++ src/ftp.c
Lines 1196-1202 Link Here
1196
	len = 0;
1196
	len = 0;
1197
      err = getftp (u, &len, restval, con);
1197
      err = getftp (u, &len, restval, con);
1198
1198
1199
      if (con->csock != -1)
1199
      if (con->csock == -1)
1200
	con->st &= ~DONE_CWD;
1200
	con->st &= ~DONE_CWD;
1201
      else
1201
      else
1202
	con->st |= DONE_CWD;
1202
	con->st |= DONE_CWD;
Lines 1220-1225 Link Here
1220
	      con->target = url_file_name (u);
1220
	      con->target = url_file_name (u);
1221
	      locf = con->target;
1221
	      locf = con->target;
1222
	    }
1222
	    }
1223
	  /* len hasn't been touched by getftp */
1224
	  len = restval;
1223
	  continue;
1225
	  continue;
1224
	case FTPRETRINT:
1226
	case FTPRETRINT:
1225
	  /* If the control connection was closed, the retrieval
1227
	  /* If the control connection was closed, the retrieval

Return to bug 144410