[pve-devel] [PATCH common 0/3] upid: fix calls to decode

Fiona Ebner f.ebner at proxmox.com
Wed Oct 1 11:36:39 CEST 2025


The decode function has a signature and always requires two arguments.
Otherwise, there will be errors like:
> Too few arguments for subroutine 'PVE::UPID::decode'
> (got 1; expected 2) at /usr/share/perl5/PVE/UPID.pm line 60.

pve-common:

Fiona Ebner (3):
  upid: order imports alphabetically
  upid: add missing imports
  upid: fix calls to decode function

 src/PVE/ProcFSTools.pm     | 2 +-
 src/PVE/RESTEnvironment.pm | 4 ++--
 src/PVE/UPID.pm            | 8 +++++---
 3 files changed, 8 insertions(+), 6 deletions(-)


Summary over all repositories:
  3 files changed, 8 insertions(+), 6 deletions(-)

-- 
Generated by git-murpp 0.5.0




More information about the pve-devel mailing list