# Use the correctly terminated name in the error. Index: imap/reconstruct.c =================================================================== RCS file: /cvs/src/cyrus/imap/reconstruct.c,v retrieving revision 1.94 diff -u -d -r1.94 reconstruct.c --- imap/reconstruct.c 12 Sep 2007 14:55:19 -0000 1.94 +++ imap/reconstruct.c 13 Sep 2007 14:51:05 -0000 @@ -429,7 +429,8 @@ r = reconstruct(lastname, rock); if (r) { - com_err(name, r, (r == IMAP_IOERROR) ? error_message(errno) : NULL); + com_err(lastname, r, + (r == IMAP_IOERROR) ? error_message(errno) : NULL); code = convert_code(r); } else { /* Convert internal name to external */