git-svn: trunk@1069

Nigel Horne authored on 2004/11/08 01:59:42
Showing 1 changed files
... ...
@@ -17,6 +17,9 @@
17 17
  *
18 18
  * Change History:
19 19
  * $Log: mbox.c,v $
20
+ * Revision 1.167  2004/11/07 16:59:42  nigelhorne
21
+ * Tidy
22
+ *
20 23
  * Revision 1.166  2004/11/07 16:39:00  nigelhorne
21 24
  * Handle para 4 of RFC2231
22 25
  *
... ...
@@ -486,7 +489,7 @@
486 486
  * Compilable under SCO; removed duplicate code with message.c
487 487
  *
488 488
  */
489
-static	char	const	rcsid[] = "$Id: mbox.c,v 1.166 2004/11/07 16:39:00 nigelhorne Exp $";
489
+static	char	const	rcsid[] = "$Id: mbox.c,v 1.167 2004/11/07 16:59:42 nigelhorne Exp $";
490 490
 
491 491
 #if HAVE_CONFIG_H
492 492
 #include "clamav-config.h"
... ...
@@ -2424,6 +2427,8 @@ parseMimeHeader(message *m, const char *cmd, const table_t *rfc821Table, const c
2424 2424
 	if(copy == NULL)
2425 2425
 		return -1;
2426 2426
 
2427
+	ptr = copy;
2428
+
2427 2429
 	switch(commandNumber) {
2428 2430
 		case CONTENT_TYPE:
2429 2431
 			/*