summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd
diff options
context:
space:
mode:
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 */