From df7b18fe828b2d4048a069e5d58358edc7cc1e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Benedikt=20Kr=C3=BCger?= Date: Tue, 2 Aug 2011 17:01:34 +0200 Subject: [PATCH] ... --- kernel/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/shell.c b/kernel/shell.c index 09f806fd..f7cc7171 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 == 0xC0A804FE ) + if (srv.ConnectionsAddr[e->ClientID].sin_addr.s_addr == 0xC0A804FE) { emac_id = e->ClientID; kprintf("bmc connected");