From 5f5fc245617aa263de2f5c51e3a58a1a5f305a52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Benedikt=20Kr=C3=BCger?= Date: Tue, 2 Aug 2011 17:04:31 +0200 Subject: [PATCH] ... --- kernel/shell.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/shell.c b/kernel/shell.c index f7cc7171..138d6574 100644 --- a/kernel/shell.c +++ b/kernel/shell.c @@ -27,6 +27,7 @@ void shelldebugprint(char* x) 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) {