From d56b8b36278319c9836c906e369e1ee3dc73cba4 Mon Sep 17 00:00:00 2001 From: "cyeh%bluemartini.com" <> Date: Fri, 15 Sep 2000 06:53:24 +0000 Subject: fix for 47561:Incorrect group bit used for new group. patch by dave@intrec.com --- editgroups.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editgroups.cgi') diff --git a/editgroups.cgi b/editgroups.cgi index 16827ba99..1849e5b89 100755 --- a/editgroups.cgi +++ b/editgroups.cgi @@ -274,7 +274,7 @@ if ($action eq 'new') { '18014398509481984','36028797018963968','72057594037927936', '144115188075855872','288230376151711744', '576460752303423488','1152921504606846976', - '2305843009213693958','4611686018427387916'); + '2305843009213693952','4611686018427387904'); # First the next available bit my $bit = ""; -- cgit v1.2.3-24-g4f1b