...
This commit is contained in:
parent
fafb24235f
commit
7c015f53c3
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue