Changeset 4683:9d58aba09f3e in roaraudio for roard/clients.c


Ignore:
Timestamp:
12/22/10 02:59:45 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

do not kick clients of registered protos on connect...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/clients.c

    r4679 r4683  
    2626#include "roard.h" 
    2727 
    28 struct roard_proto g_proto[8] = { 
     28struct roard_proto g_proto[MAX_PROTOS] = { 
    2929#ifndef ROAR_WITHOUT_DCOMP_EMUL_ESD 
    3030#ifdef ROAR_HAVE_H_ESD 
    31  {ROAR_PROTO_ESOUND, emul_esd_check_client}, 
     31 {ROAR_PROTO_ESOUND, NULL, emul_esd_check_client}, 
    3232#endif 
    3333#endif 
    3434#ifndef ROAR_WITHOUT_DCOMP_EMUL_RPLAY 
    35  {ROAR_PROTO_RPLAY, emul_rplay_check_client}, 
     35 {ROAR_PROTO_RPLAY, NULL, emul_rplay_check_client}, 
    3636#endif 
    3737 {-1, NULL} 
Note: See TracChangeset for help on using the changeset viewer.