Changeset 4469:a115f5fd755d in roaraudio for roard/roard.c


Ignore:
Timestamp:
10/10/10 19:02:15 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

init auth table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r4442 r4469  
    15461546#endif 
    15471547 
     1548 if ( auth_init() == -1 ) { 
     1549  ROAR_ERR("Can not init auth subsystem!"); 
     1550  return 1; 
     1551 } 
     1552 
    15481553#ifdef ROAR_SUPPORT_LISTEN 
    15491554 if ( init_listening() == -1 ) { 
     
    25982603  unlink(pidfile); 
    25992604#endif 
     2605 
     2606 auth_free(); 
    26002607} 
    26012608 
Note: See TracChangeset for help on using the changeset viewer.