Hello sir thanks for ur help till now

in scanners.h and scanners.c I used functions like .83 instead of like
.84( *arec,*mrec instead of arec and mrec)

scanners.h   .83
int cli_magic_scandesc(int desc, const char **virname, long int *scanned,
const struct cl_node *root, const struct cl_limits *limits, unsigned int
options, int *arec, int *mrec);


scanners.h  .84
int cli_magic_scandesc(int desc, const char **virname, long int *scanned,
const struct cl_node *root, const struct cl_limits *limits, unsigned int
options, unsigned int arec, unsigned int mrec);

Now it is scanning for clam.rar and clam.cab as earlier
but not for clam-error.rar
it is giving virus for clam.rar and clam.cab
but Rar module failure for clam-error.rar

Please help me where can be the problem


_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html

Reply via email to