*** empty log message ***
authorMatthew Mondor <mmondor@pulsar-zone.net>
Sat, 9 Jul 2005 06:42:09 +0000 (06:42 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Sat, 9 Jul 2005 06:42:09 +0000 (06:42 +0000)
tests/js-test/js/httpd/httpd.js

index 09baa8e..b5b2435 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: httpd.js,v 1.34 2005/07/09 06:33:19 mmondor Exp $ */
+/* $Id: httpd.js,v 1.35 2005/07/09 06:42:09 mmondor Exp $ */
 
 /*
  * Copyright (c) 2005, Matthew Mondor
@@ -119,7 +119,7 @@ eval(file_read('root.js'));         /* Root object for virtual chroot(2) */
  * Server identification
  */
 SERVER_VERSION                 = 'mmondor_js_httpd/0.0.1 (NetBSD)';
-SERVER_CVSID   = '$Id: httpd.js,v 1.34 2005/07/09 06:33:19 mmondor Exp $';
+SERVER_CVSID   = '$Id: httpd.js,v 1.35 2005/07/09 06:42:09 mmondor Exp $';
 
 
 
@@ -853,7 +853,6 @@ FD.prototype.httpRespond = function(time)
                        path.real += '/index.html';
                        path.virtual += '/index.html';
                } catch (x) {
-                       err.put(x + "\n");
                        try {
                                fd.open(path.real + '/index.jso',
                                    FD.O_RDONLY);