Changeset 514 for trunk/src/sh_hash.c


Ignore:
Timestamp:
Oct 21, 2016, 6:40:46 PM (8 years ago)
Author:
katerina
Message:

Fix for ticket #407 (option to set auditd flags).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_hash.c

    r492 r514  
    25852585                           _("sh_hash"),  theFile->fullpath );
    25862586
    2587           if (NULL != sh_audit_fetch (theFile->fullpath, theFile->mtime, theFile->ctime, result, sizeof(result)))
     2587          if (NULL != sh_audit_fetch (theFile->fullpath, theFile->mtime, theFile->ctime, theFile->atime,
     2588                                      result, sizeof(result)))
    25882589            {
    25892590#ifdef SH_USE_XML
Note: See TracChangeset for help on using the changeset viewer.