[X2Go-Commits] [x2goserver] 08/08: x2goserver/bin/x2golistshadowsessions: mark unavailable functionality with FIXME comments.

git-admin at x2go.org git-admin at x2go.org
Wed Oct 11 08:17:35 CEST 2017


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

x2go pushed a commit to branch release/4.0.1.x
in repository x2goserver.

commit 11bb1d21a5f8b36fab2e4a65af7dbe1ef4b9f0eb
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Oct 11 08:12:01 2017 +0200

    x2goserver/bin/x2golistshadowsessions: mark unavailable functionality with FIXME comments.
---
 debian/changelog                      | 2 ++
 x2goserver/bin/x2golistshadowsessions | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 23a986d..b758c11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,6 +38,8 @@ x2goserver (4.0.1.21-0x2go1) UNRELEASED; urgency=medium
     - x2goserver/sbin/x2gocleansessions: whitespace only.
     - x2goserver/bin/x2golistshadowsessions: copy and use a few needed utility
       functions from x2gocleansessions.
+    - x2goserver/bin/x2golistshadowsessions: mark unavailable functionality
+      with FIXME comments.
   * x2goserver.spec:
     - Add mandatory perl-generators Build-Requires as per
       https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl
diff --git a/x2goserver/bin/x2golistshadowsessions b/x2goserver/bin/x2golistshadowsessions
index 8a90833..1382799 100755
--- a/x2goserver/bin/x2golistshadowsessions
+++ b/x2goserver/bin/x2golistshadowsessions
@@ -89,10 +89,12 @@ if( ! $serv)
 my @outp;
 if($serv eq "--all-servers")
 {
+	# FIXME: this also needs a backport to work.
 	@outp=db_listshadowsessions_all();
 }
 else
 {
+	# FIXME: this also needs a backport to work.
 	@outp=db_listshadowsessions($serv);
 }
 

--
Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git


More information about the x2go-commits mailing list