milter typoes

git-svn: trunk@4895
0.95
aCaB 16 years ago
parent 745259c223
commit baeffea67e
  1. 5
      ChangeLog
  2. 3
      clamav-milter/clamfi.c
  3. 1
      clamav-milter/netcode.c

@ -1,3 +1,8 @@
Wed Mar 4 15:20:47 CET 2009 (acab)
-----------------------------------
* clamav-milter: fix few typoes - thx Jakub Jankowski <shasta*toxcorp.com>
and Peter Bonivart <bonivart*opencsw.org> for the testing
Wed Mar 4 09:12:59 CET 2009 (tk)
---------------------------------
* shared/cdiff.c: add missing gzclose() (bb#1450)

@ -435,8 +435,9 @@ int init_actions(struct optstruct *opts) {
}
*dst = '\0';
}
break;
default:
logg("!Invalid action %s for option OnInfected", opt->strarg);
logg("!Invalid action %s for option OnInfected\n", opt->strarg);
return 1;
}
} else InfectedAction = action_quarantine;

@ -50,6 +50,7 @@
strerror_r(errno, er, sizeof(er)); \
logg(msg": %s\n", er);
#else
#define strerror_print(msg) \
logg(msg"\n");
#endif

Loading…
Cancel
Save