mirror of
https://git.proxmox.com/git/pve-guest-common.git
synced 2026-07-11 17:12:41 +00:00
No description
The reader_stderr parameter was introduced for a specific use case for
the users of fork_ssh_tunnel(). The other callers, such as
fork_websocket_tunnel(), do not provide the parameter and the Perl
interpreter will warn about this:
Use of uninitialized value $reader_stderr in <HANDLE> at /usr/share/perl5/PVE/Tunnel.pm line 77.
readline() on unopened filehandle at /usr/share/perl5/PVE/Tunnel.pm line 77.
Therefore, treat reader_stderr as an optional parameter by not reading
from the handle if it is not provided.
Fixes:
|
||
|---|---|---|
| debian | ||
| src | ||
| Makefile | ||