/* Copyright (c) 2010-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "fs-sis-common.h"
{
const char *fname, *p;
*dir_r = ".";
} else {
fname++;
}
/* assume filename begins with "<hash>-" */
if (p == NULL) {
"Filenames must begin with '<hash>-'", path);
return -1;
}
return 0;
}
{
/* this may be the last link. if hashes/ file is the same,
delete it. */
}
}
}
}