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
1 changed files with 2 additions and 6 deletions

View File

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