[X2Go-Commits] [x2goserver] 48/99: X2Go/Server/Agent/NX/Options.pm: add empty BEGIN block in case it's ever needed (and if not, it shouldn't have any side effects anyway).

git-admin at x2go.org git-admin at x2go.org
Mon Dec 28 06:10:46 CET 2020


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goserver.

commit be41aa972c10d698932fc12047b646bda8f26584
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Tue Nov 10 08:29:54 2020 +0100

    X2Go/Server/Agent/NX/Options.pm: add empty BEGIN block in case it's ever needed (and if not, it shouldn't have any side effects anyway).
---
 X2Go/Server/Agent/NX/Options.pm | 2 ++
 debian/changelog                | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/X2Go/Server/Agent/NX/Options.pm b/X2Go/Server/Agent/NX/Options.pm
index 2f8c48bb..9d95e3fd 100644
--- a/X2Go/Server/Agent/NX/Options.pm
+++ b/X2Go/Server/Agent/NX/Options.pm
@@ -38,6 +38,8 @@ sub MODE_INVALID    { return 0; }
 sub MODE_ADD_UPDATE { return 1; }
 sub MODE_REMOVE     { return 2; }
 
+BEGIN {
+}
 
 # Accepts an options string and returns a reference to an array of hashes
 # (actually hash references) corresponding to the parsed key-value pairs.
diff --git a/debian/changelog b/debian/changelog
index 23b7701f..797fd9a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -277,6 +277,8 @@ x2goserver (4.1.0.4-0x2go1.2) UNRELEASED; urgency=medium
       URL-encoded, but that this not recommended.
     - X2Go/Server/Agent/NX/Options.pm: typo compactation => compaction.
     - X2Go/Server/Agent/NX/Options.pm: whitespace-only on fake enum-subs.
+    - X2Go/Server/Agent/NX/Options.pm: add empty BEGIN block in case it's ever
+      needed (and if not, it shouldn't have any side effects anyway).
   * debian/control:
     + Build-depend upon lsb-release for distro version detection.
   * debian/x2goserver.manpages:

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git


More information about the x2go-commits mailing list