diff options
author | cyeh%bluemartini.com <> | 2000-09-15 08:53:24 +0200 |
---|---|---|
committer | cyeh%bluemartini.com <> | 2000-09-15 08:53:24 +0200 |
commit | d56b8b36278319c9836c906e369e1ee3dc73cba4 (patch) | |
tree | edb793ae559a11c7aeda988e05c84279e7e13069 /editgroups.cgi | |
parent | 62e035a8a27853465e4d79afd32300da0939b100 (diff) | |
download | bugzilla-d56b8b36278319c9836c906e369e1ee3dc73cba4.tar.gz bugzilla-d56b8b36278319c9836c906e369e1ee3dc73cba4.tar.xz |
fix for 47561:Incorrect group bit used for new group.
patch by dave@intrec.com
Diffstat (limited to 'editgroups.cgi')
-rwxr-xr-x | editgroups.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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 = ""; |