[pve-devel] [PATCH common 4/5] add missing 1; at the end of Syscall.pm
Wolfgang Bumiller
w.bumiller at proxmox.com
Fri Nov 8 11:06:13 CET 2019
Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>
---
src/PVE/Syscall.pm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/PVE/Syscall.pm b/src/PVE/Syscall.pm
index 516e408..2d5019f 100644
--- a/src/PVE/Syscall.pm
+++ b/src/PVE/Syscall.pm
@@ -90,3 +90,5 @@ sub file_handle_result($) {
return $fh;
}
+
+1;
--
2.20.1
More information about the pve-devel
mailing list