#include "file.h"
#ifndef lint
-FILE_RCSID("@(#)$File: apprentice.c,v 1.194 2013/05/02 21:58:20 christos Exp $")
+FILE_RCSID("@(#)$File: apprentice.c,v 1.195 2013/09/12 15:57:32 christos Exp $")
#endif /* lint */
#include "magic.h"
return -1;
}
+#if 0
+ /*
+ * Always leave the database loaded
+ */
if (action == FILE_LOAD)
return 0;
mlist_free(ms->mlist[i]);
ms->mlist[i] = NULL;
}
+#endif
switch (action) {
+ case FILE_LOAD:
case FILE_COMPILE:
case FILE_CHECK:
case FILE_LIST: