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

x2go pushed a commit to branch master
in repository nx-libs.

commit a70e36c8114c0358258e8c3964b9d897884e265e
Author: Ulrich Sibiller <[email protected]>
Date:   Thu Feb 28 22:09:28 2019 +0100

    ConnDis.c: remove obsolete MNX_TCPCONN
    
    Fixes ArcticaProject/nx-libs#399
---
 nx-X11/lib/src/ConnDis.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nx-X11/lib/src/ConnDis.c b/nx-X11/lib/src/ConnDis.c
index dfc0227..06ba957 100644
--- a/nx-X11/lib/src/ConnDis.c
+++ b/nx-X11/lib/src/ConnDis.c
@@ -498,7 +498,7 @@ _X11TransConnectDisplay (
 
 #endif
 
-#if defined(TCPCONN) || defined(UNIXCONN) || defined(LOCALCONN) || 
defined(MNX_TCPCONN)
+#if defined(TCPCONN) || defined(UNIXCONN) || defined(LOCALCONN)
     if (!pprotocol) {
 #if defined(UNIXCONN)
        if (phostname && (strcmp (phostname, "unix") == 0)) {

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/nx-libs.git
_______________________________________________
x2go-commits mailing list
[email protected]
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to