diff options
author | okan | 2009-05-17 22:48:47 +0000 |
---|---|---|
committer | okan | 2009-05-17 22:48:47 +0000 |
commit | aa9e4a24c181c615ae388b97c339cbedd31adf87 (patch) | |
tree | 43f0a861280cee50a87a1705dea337971b0f97ee /group.c | |
parent | 45b1bd6c4ea47f222e9473807ed7ae379d1abe06 (diff) | |
download | cwm-aa9e4a24c181c615ae388b97c339cbedd31adf87.tar.gz |
unbreak
Diffstat (limited to 'group.c')
-rw-r--r-- | group.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,7 +16,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: group.c,v 1.25 2009/05/17 17:04:59 sthen Exp $ + * $Id: group.c,v 1.26 2009/05/17 22:48:47 okan Exp $ */ #include "headers.h" @@ -143,6 +143,7 @@ group_init(void) TAILQ_INSERT_TAIL(&Groupq, &Groups[i], entry); } + Group_active = &Groups[0]; } void |