Browse code

Fix typo

git-svn: trunk@1961

Nigel Horne authored on 2006/05/05 21:15:21
Showing 1 changed files
... ...
@@ -23,7 +23,7 @@
23 23
  *
24 24
  * For installation instructions see the file INSTALL that came with this file
25 25
  */
26
-static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.237 2006/05/05 11:22:42 nigelhorne Exp $";
26
+static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.238 2006/05/05 12:15:21 nigelhorne Exp $";
27 27
 
28 28
 #define	CM_VERSION	"devel-050506"
29 29
 
... ...
@@ -2578,7 +2578,7 @@ clamfi_body(SMFICTX *ctx, u_char *bodyp, size_t len)
2578 2578
 		do
2579 2579
 			if(*ptr == '\n') {
2580 2580
 				if(strncmp(ptr, "\nFrom ", 6) == 0) {
2581
-					nbytes += clamfi_send(privdata, 7, "\n>From ");
2581
+					nbytes += clamfi_send(privdata, "\n>From ", 7);
2582 2582
 					ptr += 7;
2583 2583
 					left -= 6;
2584 2584
 				} else {