diff --git a/group.c b/group.c index 0601760..41e1825 100644 --- a/group.c +++ b/group.c @@ -143,6 +143,7 @@ group_init(void) TAILQ_INSERT_TAIL(&Groupq, &Groups[i], entry); } + Group_active = &Groups[0]; } void