X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcb_util.c;h=1bde7b79c86d3a6586a624e104d3e7a6ff626e2b;hb=4f25ee16443b29e1a25bd26a724e1e0a577e21ff;hp=fde4f85f10a132658b1fad6f1db561871f85cdfe;hpb=662ad589c5d6f03757ae57a926d3800bfb528b30;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcb_util.c b/src/xcb_util.c index fde4f85..1bde7b7 100644 --- a/src/xcb_util.c +++ b/src/xcb_util.c @@ -277,9 +277,6 @@ static int _xcb_open_tcp(const char *host, char *protocol, const unsigned short host = "localhost"; memset(&hints, 0, sizeof(hints)); -#ifdef AI_ADDRCONFIG - hints.ai_flags |= AI_ADDRCONFIG; -#endif #ifdef AI_NUMERICSERV hints.ai_flags |= AI_NUMERICSERV; #endif