daemon: fix warning

This commit is contained in:
Nedko Arnaudov 2009-12-21 21:38:25 +02:00
parent 3bec987ea4
commit b42455029a
1 changed files with 4 additions and 0 deletions

View File

@ -79,6 +79,10 @@ char * get_app_name(struct virtualizer * virtualizer_ptr, uint64_t client_id, pi
}
}
}
else
{
ppid = 0;
}
*app_pid_ptr = (pid_t)ppid;