[X2Go-Commits] [x2goclient] 02/07: src/x2goclient.cpp: change HTTP to HTTPS links where needed.

git-admin at x2go.org git-admin at x2go.org
Thu Mar 28 11:33:34 CET 2019


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

x2go pushed a commit to branch master
in repository x2goclient.

commit 4806e62fc39bcad8bb8b5cb632b52c91a97db984
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Mar 28 08:01:18 2019 +0100

    src/x2goclient.cpp: change HTTP to HTTPS links where needed.
---
 debian/changelog   | 1 +
 src/x2goclient.cpp | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 237405c..77f028c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -43,6 +43,7 @@ x2goclient (4.1.2.2-0x2go1) UNRELEASED; urgency=medium
     - macbuild.sh: switch to bundling PulseAudio 12.2 since it's now available
       in MacPorts.
     - res/i18n/x2goclient_cs.ts: whitespace and other fixups.
+    - src/x2goclient.cpp: change HTTP to HTTPS links where needed.
   * debian/control:
     + Add build-depend on pkg-config.
   * x2goclient.spec:
diff --git a/src/x2goclient.cpp b/src/x2goclient.cpp
index 32801c3..0817bf2 100644
--- a/src/x2goclient.cpp
+++ b/src/x2goclient.cpp
@@ -61,7 +61,7 @@ int fork_helper (int argc, char **argv) {
       const int saved_errno = errno;
       std::cerr << "Failed to re-execute process as UNIX cleanup helper tool: " << std::strerror (saved_errno) << "\n"
                 << "Terminating and killing parent." << "\n"
-                << "Please report a bug, refer to this documentation: http://wiki.x2go.org/doku.php/wiki:bugs" << std::endl;
+                << "Please report a bug, refer to this documentation: https://wiki.x2go.org/doku.php/wiki:bugs" << std::endl;
 
       pid_t parent_pid = getppid ();
       if (0 != kill (parent_pid, SIGTERM)) {
@@ -79,7 +79,7 @@ int fork_helper (int argc, char **argv) {
   else if (-1 == tmp_pid) {
     const int saved_errno = errno;
     std::cerr << "Unable to create a new process for the UNIX cleanup watchdog: " << std::strerror (saved_errno) << "\n";
-    std::cerr << "Terminating. Please report a bug, refer to this documentation: http://wiki.x2go.org/doku.php/wiki:bugs" << std::endl;
+    std::cerr << "Terminating. Please report a bug, refer to this documentation: https://wiki.x2go.org/doku.php/wiki:bugs" << std::endl;
 
     std::exit (EXIT_FAILURE);
   }

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


More information about the x2go-commits mailing list