shell test
This commit is contained in:
parent
e298694a96
commit
fbbcb1dbd7
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
kpritnf("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)
|
||||
|
|
Loading…
Add table
Reference in a new issue