summaryrefslogtreecommitdiff
path: root/os/xdmcp.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2010-09-27 13:58:40 -0400
committerAdam Jackson <ajax@redhat.com>2010-10-15 16:50:23 -0400
commite2ada55de3e7ec8724b98c4e4adfec741d415499 (patch)
treea0fbb94c85f9b23e7cfad142f425b17ce38c3878 /os/xdmcp.c
parent23229c7ce5970516b97a1cc12e65257ff65ab9a7 (diff)
os: Clean up various xtrans bits that we've never supported
Or at least, not supported since xserver 1.0. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'os/xdmcp.c')
-rw-r--r--os/xdmcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/xdmcp.c b/os/xdmcp.c
index 8fd903fe5..877b11c15 100644
--- a/os/xdmcp.c
+++ b/os/xdmcp.c
@@ -1520,7 +1520,7 @@ get_addr_by_name(
#ifdef XTHREADS_NEEDS_BYNAMEPARAMS
_Xgethostbynameparams hparams;
#endif
-#if defined(WIN32) && (defined(TCPCONN) || defined(DNETCONN))
+#if defined(WIN32) && defined(TCPCONN)
_XSERVTransWSAStartup();
#endif
if (!(hep = _XGethostbyname(namestr, hparams)))