diff options
Diffstat (limited to 'common/http.c')
-rw-r--r-- | common/http.c | 2 |
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) |