Changeset 2532:f12738e5ac7b in roaraudio


Ignore:
Timestamp:
09/02/09 01:21:32 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

delete clients in case of unknown command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/roard/protocol-esound.c

    r2531 r2532  
    100100               client, cur->name, cmd, vio 
    101101             ); 
     102    clients_delete(client); 
    102103    r = -1; 
    103104   } else { 
Note: See TracChangeset for help on using the changeset viewer.