Changeset 5581:c00aa79358ad in roaraudio for libroar


Ignore:
Timestamp:
07/21/12 21:24:29 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

avoid false positive reply on client exec with non supported protocol or parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/client.c

    r5381 r5581  
    168168  return -1; 
    169169 
     170 if ( m.cmd != ROAR_CMD_OK ) 
     171  return -1; 
     172 
    170173 client->fh = roar_get_connection_fh(con); 
    171174 
Note: See TracChangeset for help on using the changeset viewer.