summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-31 14:44:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-31 14:44:15 +0000
commit5432fc4abbeaa67cb1e31d672ab19850bf488a4c (patch)
treee8adf2508a0e6192a672520db445295c8dc72491 /cpukit/httpd
parent2002-08-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-5432fc4abbeaa67cb1e31d672ab19850bf488a4c.tar.bz2
2002-08-31 Joel Sherrill <joel@OARcorp.com>
* rtems_webserver/webmain.c: Commented out rootWeb to eliminate warning.
Diffstat (limited to 'cpukit/httpd')
-rw-r--r--cpukit/httpd/webmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/httpd/webmain.c b/cpukit/httpd/webmain.c
index 1c2135613e..c9c0b9cc15 100644
--- a/cpukit/httpd/webmain.c
+++ b/cpukit/httpd/webmain.c
@@ -41,7 +41,7 @@ void formDefineUserMgmt(void);
*/
extern const char *tftpServer;
-static char_t *rootWeb = T("goahead"); /* Root web directory */
+/* static char_t *rootWeb = T("goahead"); * Root web directory */
static char_t *password = T(""); /* Security password */
static int port = 80; /* Server port */
static int retries = 5; /* Server port retries */