Changeset 440:cd53b032e3fb in roaraudio


Ignore:
Timestamp:
08/11/08 18:05:07 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

set UID/GID of server

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r422 r440  
    274274 
    275275 clients_set_pid(g_self_client, getpid()); 
     276 clients_set_uid(g_self_client, getuid()); 
     277 clients_set_gid(g_self_client, getgid()); 
    276278 clients_get(g_self_client, &self); 
    277279 
Note: See TracChangeset for help on using the changeset viewer.