Author: grothoff
Date: 2006-05-06 15:23:05 -0700 (Sat, 06 May 2006)
New Revision: 2759
Modified:
GNUnet/src/server/startup.c
Log:
die
Modified: GNUnet/src/server/startup.c
===================================================================
--- GNUnet/src/server/startup.c 2006-05-06 10:27:31 UTC (rev 2758)
+++ GNUnet/src/server/startup.c 2006-05-06 22:23:05 UTC (rev 2759)
@@ -414,10 +414,6 @@
exit(1);
}
pid = setsid(); /* Detach from controlling terminal */
- errno = 0;
- if (errno != 0)
- LOG_STRERROR(LOG_WARNING, "nice");
-
#else
FreeConsole();
#endif
_______________________________________________
GNUnet-SVN mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnunet-svn