Hello!

Thank you for your patch!
It will appear in next 3.0.10 release.


Heiko Stoermer wrote:
> 
> UdmSearch version: 3.0.7
> Platform:
> OS:
> Database:
> Statistics:
> 
> in proto.c, around line 575:
>         if(!strchr(filename,\'@\')){
>                 fprintf(f1,\"group %s\\r\\n\",filename);fflush(f1);
>                 fgets(str,sizeof(str),f);
>                 sscanf(str,\"%d%d%d%d\",&a,&b,&from,&to);
> // <innominate>
> // bug:
> // you don\'t check the return code of your group command. it must be 211
> // if a newsgroup does not exist anymore, the indexer hangs up.
> // this might fix it:
>                 if(a != 211)
>                 {
>                                 status=404;
>                                 sprintf(dist,\"HTTP/1.0 %d 
>%s\\r\\n\\r\\n\",status,HTTPErrMsg(status));
>                 }
>                 else
>                 {
>                 // now you can send your xover command and proceed
> [...]
> 
> ______________
> If you want to unsubscribe send "unsubscribe udmsearch"
> to [EMAIL PROTECTED]

-- 
Alexander Barkov
IZHCOM, Izhevsk
email:    [EMAIL PROTECTED]      | http://www.izhcom.ru
Phone:    +7 (3412) 51-55-45 | Fax: +7 (3412) 78-70-10
ICQ:      7748759
______________
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]

Reply via email to