Revision 9faf1c01 src/Ganeti/Query/Query.hs

b/src/Ganeti/Query/Query.hs
209 209
      live' = live && needsLiveData fgetters
210 210
  objects <- toError $ case wanted of
211 211
             [] -> Ok . niceSortKey nameFn .
212
                   Map.elems . fromContainer $ configFn cfg
212
                   Foldable.toList $ configFn cfg
213 213
             _  -> mapM (getFn cfg) wanted
214 214
  -- Run the first pass of the filter, without a runtime context; this will
215 215
  -- limit the objects that we'll contact for exports

Also available in: Unified diff