Changeset 2530:921f7ac0be31 in roaraudio for plugins/roard


Ignore:
Timestamp:
09/02/09 00:50:34 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added support for multi homed server

File:
1 edited

Legend:

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

    r2529 r2530  
    7373 int i; 
    7474 
     75 ROAR_DBG("emul_esd_exec_command(*) = ?"); 
     76 
    7577 if ( client == -1 || cmd < ESD_PROTO_CONNECT || cmd > ESD_PROTO_MAX || vio == NULL ) 
    7678  return -1; 
     79 
     80 ROAR_DBG("emul_esd_exec_command(*) = ?"); 
    7781 
    7882 for (i = 0; (cur = &(g_emul_esd_commands[i]))->cmd != -1; i++) { 
Note: See TracChangeset for help on using the changeset viewer.