Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Immortal padlists
Browse files Browse the repository at this point in the history
  • Loading branch information
toddr committed Jun 10, 2017
1 parent 5d09055 commit fd61549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/B/C/OverLoad/B/PADLIST.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ sub save_sv { # id+outid as U32 (PL_padlist_generation++)

my $fill = $av->MAX;

padlistsect()->comment("xpadl_max, xpadl_alloc, xpadl_id, xpadl_outid");
padlistsect()->comment("xpadl_max, xpadl_alloc, immortal, xpadl_id, xpadl_outid");
my ( $id, $outid ) = ( $av->ID, $av->OUTID );
my $padlist_index = padlistsect()->add("$fill, {NULL}, $id, $outid");
my $padlist_index = padlistsect()->add("$fill, {NULL}, 1, $id, $outid");

return savesym( $av, "&padlist_list[$padlist_index]" );
}
Expand Down
Binary file modified rpms/cpanel-perl-524-5.24.1-17bc.debuginfo.cp1162.x86_64.rpm
Binary file not shown.

0 comments on commit fd61549

Please sign in to comment.