From: Wouter Wijngaards Date: Mon, 29 Apr 2019 09:25:04 +0000 (+0200) Subject: Update services/outside_network.c X-Git-Tag: release-1.9.2rc1~22^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9c8d00d6376de3bb12c5e8c9f40b088eea9b142;p=thirdparty%2Funbound.git Update services/outside_network.c Co-Authored-By: wtoorop --- diff --git a/services/outside_network.c b/services/outside_network.c index 779656fee..054acef66 100644 --- a/services/outside_network.c +++ b/services/outside_network.c @@ -2324,6 +2324,8 @@ setup_comm_ssl(struct comm_point* cp, struct outside_network* outnet, return 0; } } +#else + (void)host; #endif /* HAVE_SSL_SET1_HOST */ return 1; }