treated as an unknown HTML tag by a browser and the user gets an empty line
instead of a message that no communication has been recorded.
/*
- * $Id: errorpage.cc,v 1.136 1998/06/02 04:18:19 wessels Exp $
+ * $Id: errorpage.cc,v 1.137 1998/06/02 21:50:21 rousskov Exp $
*
* DEBUG: section 4 Error Generation
* AUTHOR: Duane Wessels
if (err->ftp.request)
p = err->ftp.request;
else
- p = "<none>";
+ p = "nothing";
break;
case 'F':
/* FTP REPLY LINE */
if (err->ftp.request)
p = err->ftp.reply;
else
- p = "<none>";
+ p = "nothing";
break;
case 'g':
/* FTP SERVER MESSAGE */