public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] unbound: Fix whitespace error in initscript
@ 2019-11-04 12:02 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2019-11-04 12:02 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 557 bytes --]

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 src/initscripts/system/unbound | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/initscripts/system/unbound b/src/initscripts/system/unbound
index d195fd325..8eaf3734a 100644
--- a/src/initscripts/system/unbound
+++ b/src/initscripts/system/unbound
@@ -450,7 +450,7 @@ ns_supports_tcp() {
 	shift
 
 	# If TCP is forced we know by now if the server responds to it
-	if [ "${FORCE_TCP}" = "on" ]; then
+	if [ "${FORCE_TCP}" = "on" ]; then
 		return 0
 	fi
 
-- 
2.20.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-04 12:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-04 12:02 [PATCH] unbound: Fix whitespace error in initscript Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox