1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Removed call to already-removed ftp_dele function.

This commit is contained in:
Micah Cowan 2009-07-04 20:31:31 -07:00
parent 5daac18e96
commit 731b057e7a

View File

@ -1008,10 +1008,6 @@ Error in server response, closing control connection.\n"));
fd_close (local_sock); fd_close (local_sock);
return err; return err;
case FTPOK: case FTPOK:
if (getenv( "FTP_DELETE") != NULL)
{
err = ftp_dele (csock, u->file);
}
break; break;
default: default:
abort (); abort ();
@ -1109,10 +1105,10 @@ Error in server response, closing control connection.\n"));
#ifdef __VMS #ifdef __VMS
char *targ; char *targ;
targ = ods_conform( con->target); targ = ods_conform (con->target);
if (targ != con->target) if (targ != con->target)
{ {
xfree( con->target); xfree (con->target);
con->target = targ; con->target = targ;
} }
#endif /* def __VMS */ #endif /* def __VMS */