Skip to content
  • Carlos Garnacho's avatar
    libtracker-miner: Avoid doubly processing directories · 233e5e61
    Carlos Garnacho authored
    Directories in recursively indexed roots are doubly checked here,
    once when processing the parent directory children, and another
    when processing the directory and its children.
    
    Avoid the latter, so we only go through these bits once.
    233e5e61