Changeset 373 for trunk/src/samhain.c


Ignore:
Timestamp:
Nov 1, 2011, 9:29:51 PM (13 years ago)
Author:
katerina
Message:

Patch for ticket #265 (inotify). Handling of added subdirectories and file list rescan.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/samhain.c

    r367 r373  
    20012001          (flag_check_1 == 1 || flag_check_2 == 1))
    20022002        {
     2003          sh.flag.inotify |= SH_INOTIFY_INSCAN;
    20032004          /* Refresh list files matching glob patterns.
    20042005           */
     
    20622063          flag_check_2 = 0;
    20632064          check_done   = 1;
     2065          sh.flag.inotify &= ~SH_INOTIFY_INSCAN;
    20642066          sh.flag.inotify &= ~SH_INOTIFY_DOSCAN;
    20652067
Note: See TracChangeset for help on using the changeset viewer.