Changeset 146 for trunk/src


Ignore:
Timestamp:
Nov 16, 2007, 7:53:52 PM (17 years ago)
Author:
rainer
Message:

Fix for ticket #82 (spurious alerts caused by PCI ROM check).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_kern.c

    r143 r146  
    903903  (void) sl_strlcpy (theFile.fullpath, pcipath, PATH_MAX);
    904904  theFile.check_mask  = sh_files_maskof(SH_LEVEL_READONLY);
     905  theFile.check_mask &= ~(MODI_MTM|MODI_CTM);
    905906  CLEAR_SH_FFLAG_REPORTED(theFile.file_reported);
    906907  theFile.attr_string = NULL;
Note: See TracChangeset for help on using the changeset viewer.