...
This commit is contained in:
parent
5f5fc24561
commit
88136238c3
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ void shell_on_connect(ServerEventArgs* e)
|
|||
kprintf("connection from %s:%d",inet_ntoa(srv.ConnectionsAddr[e->ClientID].sin_addr),ntohs(srv.ConnectionsAddr[e->ClientID].sin_port));
|
||||
kprintf("connehx: 0x%.8X",srv.ConnectionsAddr[e->ClientID].sin_addr);
|
||||
// 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 == 0xC0A804FE)
|
||||
if (srv.ConnectionsAddr[e->ClientID].sin_addr.s_addr == 0xFE04A8C0)
|
||||
{
|
||||
emac_id = e->ClientID;
|
||||
kprintf("bmc connected");
|
||||
|
|
Loading…
Add table
Reference in a new issue