[PATCH] Remove a decnet leftover

Adam Jackson ajax at redhat.com
Wed Mar 16 09:33:55 PDT 2011


Signed-off-by: Adam Jackson <ajax at redhat.com>
---
 Xtrans.c |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/Xtrans.c b/Xtrans.c
index f59bd61..d90a8cc 100644
--- a/Xtrans.c
+++ b/Xtrans.c
@@ -282,22 +282,6 @@ TRANS(ParseAddress) (char *address, char **protocol, char **host, char **port)
 	return 0;
     }
 
-    /* Check for DECnet */
-
-    if ((mybuf != _host) && (*(mybuf - 1) == ':')
-#if defined(IPv6) && defined(AF_INET6)
-      /* An IPv6 address can end in :: so three : in a row is assumed to be
-	 an IPv6 host and not a DECnet node with a : in it's name, unless
-         DECnet is specifically requested */
-      && ( ((mybuf - 1) == _host) || (*(mybuf - 2) != ':') ||
-	((_protocol != NULL) && (strcmp(_protocol, "dnet") == 0)) )
-#endif
-	)
-    {
-	_protocol = "dnet";
-	*(mybuf - 1) = '\0';
-    }
-
     *mybuf ++= '\0';
 
     _host_len = strlen(_host);
-- 
1.7.3.5



More information about the xorg-devel mailing list