Merge with current branch
This commit is contained in:
commit
ee3226d973
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ class CacheController < NetPort
|
||||||
cache.controller = self
|
cache.controller = self
|
||||||
}
|
}
|
||||||
|
|
||||||
if !@@total_cache_controllers.has_key?(mach_type)
|
if !@@total_cache_controllers.key?(mach_type)
|
||||||
@@total_cache_controllers[mach_type] = 0
|
@@total_cache_controllers[mach_type] = 0
|
||||||
end
|
end
|
||||||
@version = @@total_cache_controllers[mach_type]
|
@version = @@total_cache_controllers[mach_type]
|
||||||
|
|
Loading…
Reference in a new issue