Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 169731
Collapse All | Expand All

(-)klamav-0.41/src/klammail/clamdmail.c.orig (-1 / +1 lines)
Lines 185-191 Link Here
185
                                    return 50;
185
                                    return 50;
186
                                }
186
                                }
187
                        }else{
187
                        }else{
188
                                if((ret = cl_loaddbdir(cl_retdbdir(), &engine, &no, CL_DB_STDOPT))) {
188
                                if((ret = cl_loaddbdir(cl_retdbdir(), &engine, &no))) {
189
                                printf("cl_loaddbdir: %s\n", cl_strerror(ret));
189
                                printf("cl_loaddbdir: %s\n", cl_strerror(ret));
190
                                close(fd);
190
                                close(fd);
191
                                exit(2);
191
                                exit(2);

Return to bug 169731