aboutsummaryrefslogtreecommitdiffstats
path: root/common/http.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-03-22 12:46:05 +0000
committerWerner Koch <[email protected]>2010-03-22 12:46:05 +0000
commite64038608be28c14ed72b0372529762953de898f (patch)
tree3847da576d4f2e6c542ce6737179a11afcc1a487 /common/http.c
parentBuilds again for W32. (diff)
downloadgnupg-e64038608be28c14ed72b0372529762953de898f.tar.gz
gnupg-e64038608be28c14ed72b0372529762953de898f.zip
More chnages to use estream. Add a way to replace the standard
descriptors.
Diffstat (limited to 'common/http.c')
-rw-r--r--common/http.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/http.c b/common/http.c
index a7f6739e5..bb39768e4 100644
--- a/common/http.c
+++ b/common/http.c
@@ -1600,6 +1600,8 @@ connect_server (const char *server, unsigned short port,
srvcount = getsrv (srvname, &serverlist);
}
}
+#else
+ (void)srvtag;
#endif /*USE_DNS_SRV*/
if (!serverlist)