-GArik: fix typo
[oweals/gnunet.git] / src / util / os_installation.c
index ddd40fc00a95ba26282cc35f3629058d3efa7e6d..2362b160daa52a370f5d3a7f005dcae9d6576bb6 100644 (file)
@@ -494,12 +494,14 @@ GNUNET_OS_check_helper_binary (const char *binary)
     GNUNET_free (p);
     return GNUNET_SYSERR;
   }
+#ifndef MINGW
   if (0 == getuid ())
   {
     /* as we run as root, we don't insist on SUID */
     GNUNET_free (p);
     return GNUNET_OK;
   }
+#endif
   if (0 != STAT (p, &statbuf))
   {
     LOG (GNUNET_ERROR_TYPE_WARNING, _("stat (%s) failed: %s\n"), p,