This commit is contained in:
Carl-Benedikt Krüger 2011-08-02 17:43:36 +02:00
parent fafb24235f
commit 7c015f53c3

View file

@ -47,9 +47,9 @@ void shell_on_read(ServerEventArgs* e)
{
if (emac_id != -1 && e->ClientID != emac_id)
srv_sendBuffer(&srv,emac_id,e->pBuffer,e->dwLen);
else
// else commandos oder so
srv_sendBuffer(&srv,emac_id,e->pBuffer,e->dwLen);
srv_sendBuffer(&srv,emac_id,e->pBuffer,e->dwLen);
}
void shell_init(int srv_or_cli)