Changeset 3984:4ef1282a14a8 in roaraudio


Ignore:
Timestamp:
06/27/10 22:58:47 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

send status on connect like rplayd does

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/network.c

    r3981 r3984  
    173173#ifndef ROAR_WITHOUT_DCOMP_EMUL_RPLAY 
    174174  case ROAR_PROTO_RPLAY: // nothing to do here. 
     175 
     176    if ( roar_vio_open_fh_socket(&vio, fh) == -1 ) 
     177     return -1; 
     178 
     179    if ( emul_rplay_on_status(client, NULL, &vio, NULL, 0) == -1 ) 
     180     return -1; 
    175181   break; 
    176182#endif 
Note: See TracChangeset for help on using the changeset viewer.