fix r2093 which broke indexallfilenames

This commit is contained in:
Jean-Francois Dockes 2010-12-15 15:45:24 +01:00
parent fdf3ee9414
commit 6ebc4b4fad

View File

@ -258,7 +258,8 @@ void FileInterner::init(const string &f, const struct stat *stp, RclConfig *cnf,
// No real handler for this type, for now :(
LOGINFO(("FileInterner:: ignored: [%s] mime [%s]\n",
f.c_str(), l_mime.c_str()));
return;
if (!df)
return;
}
df->set_property(Dijon::Filter::OPERATING_MODE,
m_forPreview ? "view" : "index");