Addition of default username and password in the monitor

This commit is contained in:
Mark Riddoch
2013-07-23 10:02:47 +02:00
parent f559871e7f
commit d536ca1c2c
8 changed files with 103 additions and 30 deletions

View File

@ -63,6 +63,8 @@ SERVER *server;
memset(&server->stats, 0, sizeof(SERVER_STATS));
server->status = SERVER_RUNNING;
server->nextdb = NULL;
server->monuser = NULL;
server->monpw = NULL;
spinlock_acquire(&server_spin);
server->next = allServers;