commit: 7691c3617b8239cf06a3c5bef724d591faeed3d2
parent: 8ff6a2588f0df6687b65c4d5d4808350219737bf
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 1 Jul 2019 08:34:46 +0200
make format
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/inaban.c b/inaban.c
@@ -778,7 +778,9 @@ drop_permissions(void)
}
if(setuid(0) != -1)
{
- wlr_log(WLR_ERROR, "Unable to drop root (we shouldn't be able to restore it after setuid), refusing to start");
+ wlr_log(
+ WLR_ERROR,
+ "Unable to drop root (we shouldn't be able to restore it after setuid), refusing to start");
return false;
}