Daemon: fix typo in cast
This commit is contained in:
parent
6a1b2f0387
commit
0b1ad27ba8
@ -52,7 +52,7 @@ static char *user_name;
|
|||||||
static uid_t user_uid = (uid_t)-1;
|
static uid_t user_uid = (uid_t)-1;
|
||||||
|
|
||||||
/** the Unix group id which MPD runs as */
|
/** the Unix group id which MPD runs as */
|
||||||
static gid_t user_gid = (pid_t)-1;
|
static gid_t user_gid = (gid_t)-1;
|
||||||
|
|
||||||
/** the absolute path of the pidfile */
|
/** the absolute path of the pidfile */
|
||||||
static AllocatedPath pidfile = AllocatedPath::Null();
|
static AllocatedPath pidfile = AllocatedPath::Null();
|
||||||
|
Loading…
Reference in New Issue
Block a user