Skip to content
  • Timo Teräs's avatar
    db: fix migration and pruning of symlinks to dirs · a7360395
    Timo Teräs authored
    the old code treated a symlink to directory as file; it tried
    to calculate regular has of it. fix this by: 1) using no follow
    on migration and pruning stats, and 2) the helper function to
    check if it's point to directory and not calculate hash in that
    case. fixes #188.
    a7360395