summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 8ab3853..8064891 100644
--- a/src/main.c
+++ b/src/main.c
@@ -220,8 +220,6 @@ void cmd_lists_init( gid_t gid )
if( privileges == ADMIN || gid == 0 )
{
- can_quit = 1;
-
top.list = &top_admin_list[0];
shell.list = &shell_admin_list[0];
users.list = &users_admin_list[0];