From 959338a15a625a156202c7736b8318c5a6432db4 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sun, 24 May 2009 18:30:37 +0000 Subject: [PATCH] Forgot to remove these shed_uid & shed_gid lines. git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@460 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- config.y | 3 --- 1 file changed, 3 deletions(-) diff --git a/config.y b/config.y index 1f407e8..9474bd0 100644 --- a/config.y +++ b/config.y @@ -214,9 +214,6 @@ KeyPair: TYPE_CMDQUEUE '[' TYPE_CMDQUEUENAME ']' } | KeyType '=' TYPE_NUMBER { - globalconfig.shed_uid = (uid_t)-1; - globalconfig.shed_gid = (gid_t)-1; - switch ($1) { case TYPE_SUID: