server & client test
This commit is contained in:
parent
73118044dc
commit
5f5e7096ab
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ int server_init(Server* srv, unsigned short Port, unsigned int dwMaxConnections)
|
|||
|
||||
if (!srv->sConnections || !srv->ConnectionsAddr || !srv->bThreads)
|
||||
{
|
||||
kprintf("low on mem -%d- -%d- -%d-");
|
||||
kprintf("low on mem -%d- -%d- -%d-",srv->sConnections ,srv->ConnectionsAddr,srv->bThreads);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue