forked from Imagelibrary/rtems
2002-08-31 Joel Sherrill <joel@OARcorp.com>
* rtems_webserver/webmain.c: Commented out rootWeb to eliminate warning.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user