[X2Go-Commits] [x2goclient] 242/281: src/onmainwindow.cpp: add comment to last all-in listening check in startSshd ().

git-admin at x2go.org git-admin at x2go.org
Thu Jan 19 13:06:09 CET 2017


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

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit 56abaee983807d8316ca2dc401220c387247d414
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Oct 26 17:58:27 2016 +0200

    src/onmainwindow.cpp: add comment to last all-in listening check in startSshd ().
---
 debian/changelog     |    2 ++
 src/onmainwindow.cpp |    1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9e87aee..1884d1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -458,6 +458,8 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
     - src/onmainwindow.cpp: move QProcess startup check in startSshd () to
       non-Windows code section and add a listening socket check loop. Windows
       uses other means of starting the daemon.
+    - src/onmainwindow.cpp: add comment to last all-in listening check in
+      startSshd ().
 
   [ Bernard Cafarelli ]
   * New upstream version (4.0.5.3):
diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp
index 70c9058..fa369e6 100644
--- a/src/onmainwindow.cpp
+++ b/src/onmainwindow.cpp
@@ -10623,6 +10623,7 @@ bool ONMainWindow::startSshd()
     }
 #endif /* defined (Q_OS_WIN) */
 
+    /* Check to see if connecting to the listening socket works. */
     if (!isServerRunning (clientSshPort.toInt ())) {
         printSshDError_startupFailure ();
         x2goDebug << "Failed to start user mode OpenSSH server.";

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


More information about the x2go-commits mailing list