shell test

This commit is contained in:
Carl-Benedikt Krüger 2011-07-12 15:04:24 +02:00
parent fbbcb1dbd7
commit 1c93f98885

View file

@ -18,7 +18,7 @@ void shell_on_connect(ServerEventArgs* e)
void shell_on_disconnect(ServerEventArgs* e)
{
kpritnf("connection lost from %s:%d",inet_ntoa(srv.ConnectionsAddr[e->ClientID].sin_addr),ntohs(srv.ConnectionsAddr[e->ClientID].sin_port));
kprintf("connection lost from %s:%d",inet_ntoa(srv.ConnectionsAddr[e->ClientID].sin_addr),ntohs(srv.ConnectionsAddr[e->ClientID].sin_port));
}
void shell_on_read(ServerEventArgs* e)