6766101 Initial/missed monthly snapshots don't get taken

This commit is contained in:
Tim Foster
2008-10-31 12:51:05 +00:00
parent 8b9c11b21f
commit 2953c1748c

View File

@@ -375,6 +375,9 @@ function check_missed_snapshots { # $INTERVAL $PERIOD $FMRI <repopulate cache>
"days") "days")
MULTIPLIER=$DAY_S MULTIPLIER=$DAY_S
;; ;;
"months")
MULTIPLIER=$MONTH_S
;;
"none") "none")
return 0 return 0
;; ;;