mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-26 23:58:46 +00:00
trivial: Ignore the g_unlink() in the offline runner
There's not much we can do in this situation anyway...
This commit is contained in:
parent
3b0d1a6c6b
commit
01aaa97bcd
@ -162,7 +162,7 @@ main(int argc, char *argv[])
|
|||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
|
|
||||||
/* do this first to avoid a loop if this tool segfaults */
|
/* do this first to avoid a loop if this tool segfaults */
|
||||||
g_unlink(trigger);
|
(void)g_unlink(trigger);
|
||||||
|
|
||||||
/* ensure root user */
|
/* ensure root user */
|
||||||
#ifdef HAVE_GETUID
|
#ifdef HAVE_GETUID
|
||||||
|
Loading…
Reference in New Issue
Block a user