diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-22 20:02:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-22 20:02:10 +0000 |
commit | ff4ce18e919807fbd34b9ade85e7b121bfdf4dea (patch) | |
tree | 7fe48076ef6bee61276a7cedec421b4ebbea6823 /games/wump | |
parent | 129dd29fd8aafb8fb425c3b282e32e4cb66a7d55 (diff) |
proper gid revoke
Diffstat (limited to 'games/wump')
-rw-r--r-- | games/wump/wump.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/wump/wump.c b/games/wump/wump.c index ceff053bced..73eb8f75d57 100644 --- a/games/wump/wump.c +++ b/games/wump/wump.c @@ -118,6 +118,8 @@ main(argc, argv) extern char *optarg; int c; + /* revoke */ + setegid(getgid()); setgid(getgid()); #ifdef DEBUG |