2002-08-31 Joel Sherrill <joel@OARcorp.com>

* rtems_webserver/webmain.c: Commented out rootWeb to eliminate warning.
This commit is contained in:
Joel Sherrill
2002-08-31 14:44:15 +00:00
parent 84206479fb
commit 5432fc4abb
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2002-08-31 Joel Sherrill <joel@OARcorp.com>
* rtems_webserver/webmain.c: Commented out rootWeb to eliminate warning.
2002-08-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems_servers/ftpd.c: Remove unused variable buf.

View File

@@ -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 */