]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/initscripts/system/unbound
Merge branch 'next'
[people/pmueller/ipfire-2.x.git] / src / initscripts / system / unbound
index d195fd3256dc695cef32dd36615ff99a78359c8f..8eaf3734a88a1638004dd5c35a16fed638febe8c 100644 (file)
@@ -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