remove in-use check from decrypt scan

git-svn-id: file:///root/webif/svn/pkg/webif/trunk@3483 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
hummypkg 2017-01-06 20:34:59 +00:00
parent e910472fa6
commit 53edb41250

View File

@ -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