diff --git a/webif/lib/auto/plugin/decrypt/auto.hook b/webif/lib/auto/plugin/decrypt/auto.hook index 848bc53..480198c 100755 --- a/webif/lib/auto/plugin/decrypt/auto.hook +++ b/webif/lib/auto/plugin/decrypt/auto.hook @@ -11,12 +11,6 @@ proc ::decrypt::ts {ts} { ::auto::log " $file - Protected (Enc flag)." 2 return } - - if {[::auto::inuse $ts]} { - ::auto::log " $file - In use." - return - } - if {[queue check $ts decrypt]} { ::auto::log " $file - Already queued." 2 return