Commit d56b8b36 authored by cyeh%bluemartini.com's avatar cyeh%bluemartini.com

fix for 47561:Incorrect group bit used for new group.

patch by dave@intrec.com
parent 62e035a8
......@@ -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 = "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment