I stand corrected ... I must have done something wrong.
When I installed clean source files, and made the change that Giles suggested:
>The easiest fix would be to
>change this line in Server.h:
>
>
> int IsDead() {return _bad_server;}
>
>
>to this:
>
>
> int IsDead() {return 0;}
>
and made sure _bad_server was set to 0 everywhere instead of ever to 1, it
worked!
Now if it can't retrieve one file, it continues indexing instead of quiting.
Thank you!
------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives: <http://www.htdig.org/mail/menu.html>
FAQ: <http://www.htdig.org/FAQ.html>