From 291a0f58eb67928e5d28dd6a10f8b8f572a07f52 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sun, 11 Apr 2021 17:44:06 -0700 Subject: [PATCH] Fix another warning --- bind8/index.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bind8/index.cgi b/bind8/index.cgi index 1d7212a59..4eccf35b4 100755 --- a/bind8/index.cgi +++ b/bind8/index.cgi @@ -60,7 +60,7 @@ if (@zones == 1 && $access{'zones'} ne '*' && !$access{'defaults'} && exit; } -my $chroot = &get_chroot(); +my $chroot = &get_chroot() || ""; &ui_print_header(undef, $text{'index_title'}, "", undef, 1, 1, 0, &restart_links().'
'. &help_search_link("bind", "doc", "google"), undef, undef,