Deny is default
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 10 Jun 2003 12:29:48 +0000 (12:29 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 10 Jun 2003 12:29:48 +0000 (12:29 +0000)
robot.tcl

index 231a5ca..35b1091 100755 (executable)
--- a/robot.tcl
+++ b/robot.tcl
@@ -1,5 +1,5 @@
 #!/usr/bin/tclsh 
-# $Id: robot.tcl,v 1.38 2003/06/10 12:12:35 adam Exp $
+# $Id: robot.tcl,v 1.39 2003/06/10 12:29:48 adam Exp $
 #
 proc RobotFileNext1 {area lead} {
     # puts "RobotFileNext1 area=$area lead=$lead"
@@ -1108,6 +1108,10 @@ proc checkrule {task type this} {
                 return 0
             }
         }
+       if {$debuglevel > 3} {
+           puts "CHECKFULE MATCH FAIL"
+       }
+       return 0
     }
     if {$debuglevel > 3} {
         puts "CHECKRULE MATCH OK"