<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/src/tools.cc
+++ b/src/tools.cc
@@ -582,7 +582,8 @@ enter_suid(void)
     }
 #else
 
-    setuid(0);
+    if (setuid(0) &lt; 0)
+	debugs(50, 1, "no_suid: setuid (0)");
 #endif
 #if HAVE_PRCTL &amp;&amp; defined(PR_SET_DUMPABLE)
     /* Set Linux DUMPABLE flag */
</pre></body></html>