...
This commit is contained in:
parent
6444969e21
commit
ecc5087a76
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ void shelldebugprint(char* x)
|
|||
void shell_on_connect(ServerEventArgs* e)
|
||||
{
|
||||
// if (srv.ConnectionsAddr[e->ClientID].sin_addr.s_addr > 0xC0A80031 || srv.ConnectionsAddr[e->ClientID].sin_addr.s_addr < 0xC0A80001)
|
||||
if (srv.ConnectionsAddr[e->ClientID].sin_addr.s_addr != 0xC0A80402 )
|
||||
if (srv.ConnectionsAddr[e->ClientID].sin_addr.s_addr == 0xC0A804FE )
|
||||
{
|
||||
emac_id = e->ClientID;
|
||||
kprintf("bmc connected");
|
||||
|
|
Loading…
Add table
Reference in a new issue