diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-07-17 20:49:39 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-07-17 20:49:39 +0000 |
| commit | a1bb3f482ac104cdb4d8c05819ac44a132ffc872 (patch) | |
| tree | 03d09455aa1e3b3058e9bce0536dc684e51a265a /lib/libfetch/fetch.c | |
| parent | 7c80207e33accb9337a76f6c8483c0578c2a1110 (diff) | |
Notes
Diffstat (limited to 'lib/libfetch/fetch.c')
| -rw-r--r-- | lib/libfetch/fetch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfetch/fetch.c b/lib/libfetch/fetch.c index 5d83db5b5de8..adb95c9c26a4 100644 --- a/lib/libfetch/fetch.c +++ b/lib/libfetch/fetch.c @@ -43,6 +43,7 @@ int fetchLastErrCode; char fetchLastErrString[MAXERRSTRING]; int fetchTimeout; +int fetchRestartCalls = 1; /*** Local data **************************************************************/ |
