summaryrefslogtreecommitdiff
path: root/games/hunt/huntd
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>2002-05-31 03:40:02 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>2002-05-31 03:40:02 +0000
commit78168af82c4ec7ba2d8e9b500d667ee732db8e04 (patch)
treef01418ef860326642ed58e133f0fcd16b4655c37 /games/hunt/huntd
parentf539c9183476b44dd9dd78a973f4a09cd6089661 (diff)
No dm -> no need to revoke setegid.
Diffstat (limited to 'games/hunt/huntd')
-rw-r--r--games/hunt/huntd/driver.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/games/hunt/huntd/driver.c b/games/hunt/huntd/driver.c
index d893ce294e6..36fd403083d 100644
--- a/games/hunt/huntd/driver.c
+++ b/games/hunt/huntd/driver.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: driver.c,v 1.11 2002/02/16 21:27:10 millert Exp $ */
+/* $OpenBSD: driver.c,v 1.12 2002/05/31 03:40:00 pjanzen Exp $ */
/* $NetBSD: driver.c,v 1.5 1997/10/20 00:37:16 lukem Exp $ */
/*
* Hunt
@@ -74,10 +74,6 @@ main(ac, av)
First_arg = av[0];
- /* Revoke privs: */
- setegid(getgid());
- setgid(getgid());
-
config();
while ((c = getopt(ac, av, "sp:a:D:")) != -1) {