Explorar o código

Update BT.Core.tcl

Daniel Voipan %!s(int64=5) %!d(string=hai) anos
pai
achega
d5add0850a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      BlackTools/BT.Core.tcl

+ 1 - 1
BlackTools/BT.Core.tcl

@@ -7186,7 +7186,7 @@ proc dns:checkexcept {host} {
 	global black
 	set valid_except 0
 if {$black(dns_onjoin) == 0} {
-	return 0
+	return 1
 }
 	set host [lindex [split $host "@"] 1]
 foreach h $black(dns:host_excepts) {