aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorokan2009-05-17 22:48:47 +0000
committerokan2009-05-17 22:48:47 +0000
commitaa9e4a24c181c615ae388b97c339cbedd31adf87 (patch)
tree43f0a861280cee50a87a1705dea337971b0f97ee
parent45b1bd6c4ea47f222e9473807ed7ae379d1abe06 (diff)
downloadcwm-aa9e4a24c181c615ae388b97c339cbedd31adf87.tar.gz
unbreak
Diffstat (limited to '')
-rw-r--r--group.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/group.c b/group.c
index 114b5eb..2e90e5a 100644
--- a/group.c
+++ b/group.c
@@ -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