blob: a49b3f25cbf0c853734b711b7311396053e2fe6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- a/src/main.c
+++ b/src/main.c
@@ -300,7 +300,9 @@
if (val)
{
error_errno ("cap_set_proc");
+#ifdef MIREDO_DEFAULT_USERNAME
setuid_notice ();
+#endif
return -1;
}
#endif
|