]> git.proxmox.com Git - pve-common.git/commitdiff
add missing 1; at the end of Syscall.pm
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 8 Nov 2019 10:06:13 +0000 (11:06 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 11 Nov 2019 16:09:56 +0000 (17:09 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/PVE/Syscall.pm

index 516e408ed3caa36bf1f9724b981374a2feff4d87..2d5019f347263a8201db9320ae8cd87145884b0c 100644 (file)
@@ -90,3 +90,5 @@ sub file_handle_result($) {
 
     return $fh;
 }
+
+1;