Daemon: fix typo in cast

This commit is contained in:
Max Kellermann 2013-12-29 13:47:23 +01:00
parent 6a1b2f0387
commit 0b1ad27ba8

View File

@ -52,7 +52,7 @@ static char *user_name;
static uid_t user_uid = (uid_t)-1;
/** 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 */
static AllocatedPath pidfile = AllocatedPath::Null();