/*
- * $Id: ftp.cc,v 1.146 1997/10/23 16:38:10 wessels Exp $
+ * $Id: ftp.cc,v 1.147 1997/10/23 20:41:35 wessels Exp $
*
* DEBUG: section 9 File Transfer Protocol (FTP)
* AUTHOR: Harvest Derived
err->request = requestLink(ftpState->request);
errorAppendEntry(entry, err);
}
- storeAbort(entry, 0);
+ if (entry->store_status == STORE_PENDING)
+ storeAbort(entry, 0);
comm_close(fd);
}
}
err->request = requestLink(ftpState->request);
errorAppendEntry(entry, err);
}
- storeAbort(entry, 0);
+ if (entry->store_status == STORE_PENDING)
+ storeAbort(entry, 0);
comm_close(fd);
}
return;