summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/fetch/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/fetch/main.c b/usr.bin/fetch/main.c
index 904a3b4baa9a..33bf7097971c 100644
--- a/usr.bin/fetch/main.c
+++ b/usr.bin/fetch/main.c
@@ -24,7 +24,7 @@
* SUCH DAMAGE.
*/
-/* $Id: main.c,v 1.14 1996/08/12 12:55:26 jkh Exp $ */
+/* $Id: main.c,v 1.15 1996/08/14 17:50:23 jkh Exp $ */
#include <stdlib.h>
#include <stdio.h>
@@ -269,7 +269,7 @@ ftpget ()
seekloc = size0 = 0;
}
}
- else
+ else if (!restart)
seekloc = size0 = 0;
fp = ftpGet (ftp, file_to_get, &seekloc);