]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fix for 47561:Incorrect group bit used for new group.
authorcyeh%bluemartini.com <>
Fri, 15 Sep 2000 06:53:24 +0000 (06:53 +0000)
committercyeh%bluemartini.com <>
Fri, 15 Sep 2000 06:53:24 +0000 (06:53 +0000)
patch by dave@intrec.com

editgroups.cgi

index 16827ba99a825dd504f208b18b4be78d1497de8d..1849e5b892df90e8fdc1780e62c267861737b099 100755 (executable)
@@ -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 = "";