]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Update services/outside_network.c
authorWouter Wijngaards <wcawijngaards@users.noreply.github.com>
Mon, 29 Apr 2019 09:25:04 +0000 (11:25 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Apr 2019 09:25:04 +0000 (11:25 +0200)
Co-Authored-By: wtoorop <willem@nlnetlabs.nl>
services/outside_network.c

index 779656fee011911c065ecee7c4c44c29b5771ea8..054acef663f74a836f7857ef03812358d8dc3b7f 100644 (file)
@@ -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;
 }