xz: Fix -Wunused-label in io_sandbox_enter().
Thanks to Xin Li for recommending the fix.
This commit is contained in:
parent
5fb9367866
commit
01587dda2a
|
@ -243,9 +243,9 @@ capsicum_error:
|
|||
sandbox_allowed = false;
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
#else
|
||||
error:
|
||||
#endif
|
||||
message_fatal(_("Failed to enable the sandbox"));
|
||||
}
|
||||
#endif // ENABLE_SANDBOX
|
||||
|
|
Loading…
Reference in New Issue