Code cleanup fixes

This commit is contained in:
Michiel Broek 2001-12-23 21:19:06 +00:00
parent 277ddd0f30
commit e0a290e96d
2 changed files with 2 additions and 0 deletions

View File

@ -837,6 +837,7 @@ int binkp_batch(file_list *to_send)
binkp_settimer(BINKP_TIMEOUT); binkp_settimer(BINKP_TIMEOUT);
nethold = mailhold = 0L; nethold = mailhold = 0L;
transferred = FALSE; transferred = FALSE;
rxstarttime = txstarttime = time(NULL);
/* /*
* Build a new filelist from the existing filelist. * Build a new filelist from the existing filelist.

View File

@ -566,6 +566,7 @@ int hydra_batch(int role, file_list *to_send)
SETTIMER(TIMERNO_BRAIN, H_BRAINDEAD); SETTIMER(TIMERNO_BRAIN, H_BRAINDEAD);
txstate = HTX_START; txstate = HTX_START;
txoptions = HTXI_OPTIONS; txoptions = HTXI_OPTIONS;
rxstarttime = txstarttime = time(NULL);
rxstate = HRX_INIT; rxstate = HRX_INIT;
rxoptions = HRXI_OPTIONS; rxoptions = HRXI_OPTIONS;