forked from hummypkg/webif
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:
parent
e910472fa6
commit
53edb41250
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user