don't bother with milter conf

git-svn: trunk@4546
0.95
aCaB 17 years ago
parent 3be4ac3f65
commit 87221a5eca
  1. 4
      ChangeLog
  2. 3
      clamconf/clamconf.c

@ -1,3 +1,7 @@
Tue Dec 9 03:32:08 CET 2008 (acab)
-----------------------------------
* clamconf: skip milter's directives
Sun Dec 7 16:17:33 CET 2008 (acab) Sun Dec 7 16:17:33 CET 2008 (acab)
----------------------------------- -----------------------------------
* configure, m4/resolv.m4: remove stale checks * configure, m4/resolv.m4: remove stale checks

@ -96,6 +96,9 @@ static void printcfg(const char *cfgfile, int nondef)
if(!opt->name) if(!opt->name)
break; break;
if(!(opt->owner & (OPT_CLAMD|OPT_FRESHCLAM)))
continue;
cpt = cfgopt(cfg, opt->name); cpt = cfgopt(cfg, opt->name);
if((cpt->numarg != opt->numarg) || (cpt->strarg && opt->strarg && strcmp(cpt->strarg, opt->strarg))) { if((cpt->numarg != opt->numarg) || (cpt->strarg && opt->strarg && strcmp(cpt->strarg, opt->strarg))) {

Loading…
Cancel
Save