Changeset 4690:989ca5f47929 in roaraudio for roard/roard.c


Ignore:
Timestamp:
12/27/10 10:38:58 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Fixed small win32 bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r4642 r4690  
    25962596 
    25972597 // setup auth: 
     2598#if defined(ROAR_HAVE_GETUID) && defined(ROAR_HAVE_GETGID) 
    25982599 if ( auth_setup(none_acclev, trust_acclev, trust_root, getuid(), getgid()) == -1 ) { 
     2600#else 
     2601 if ( auth_setup(none_acclev, trust_acclev, trust_root, -1, -1) == -1 ) { 
     2602#endif 
    25992603  ROAR_ERR("Can not set up auth. Bad."); 
    26002604  alive = 0; 
Note: See TracChangeset for help on using the changeset viewer.