diff --git a/kernel/shell.c b/kernel/shell.c index 6de61dc6..09f806fd 100644 --- a/kernel/shell.c +++ b/kernel/shell.c @@ -28,7 +28,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)); // 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 == 0xC0A804FF ) + if (srv.ConnectionsAddr[e->ClientID].sin_addr.s_addr == 0xC0A804FE ) { emac_id = e->ClientID; kprintf("bmc connected");