mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
12 lines
349 B
Text
12 lines
349 B
Text
--- tircproxy.c.orig Thu Mar 29 14:28:26 2001
|
|
+++ tircproxy.c Thu Mar 29 14:28:28 2001
|
|
@@ -2201,7 +2201,9 @@
|
|
/* People neither using the CDIR stuff nor running as root probably
|
|
* couldn't care less about ident problems.
|
|
*/
|
|
+#ifdef CDIR_IDENT
|
|
if (!use_cdir && getuid()) tries = 10;
|
|
+#endif
|
|
|
|
/* FIXME: dangerous sprintfs */
|
|
#ifdef CDIR
|