View Single Post
Old 06-02-2004, 02:14 PM  
rage2001
Junior Member
 
Join Date: Oct 2003
Posts: 20
Default

yeah I notice it in another method called:

proc backupdate {} {
global ioBvar
incr ioBvar(idlestamp)
ftp_ctrl
set curtimers [utimers]
if {![regexp "backupdate" $curtimers]} {
utimer 30 backupdate
}
}

I am assuming ftp_ctrl does more then just checks space.. .so i dont think I can delete it from there can i?
rage2001 is offline   Reply With Quote