From: cyeh%bluemartini.com <> Date: Fri, 15 Sep 2000 06:53:24 +0000 (+0000) Subject: fix for 47561:Incorrect group bit used for new group. X-Git-Tag: bugzilla-2.12~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d56b8b36278319c9836c906e369e1ee3dc73cba4;p=thirdparty%2Fbugzilla.git fix for 47561:Incorrect group bit used for new group. patch by dave@intrec.com --- diff --git a/editgroups.cgi b/editgroups.cgi index 16827ba99a..1849e5b892 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 = "";