Changeset 424 for trunk/src/samhain.c


Ignore:
Timestamp:
Jan 13, 2013, 12:17:54 PM (12 years ago)
Author:
katerina
Message:

Fix for ticket #328 (flawed logic in samhain.c)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/samhain.c

    r422 r424  
    19881988       */
    19891989      if      (sh.flag.checkSum == SH_CHECK_INIT ||
     1990               (sh.flag.inotify & SH_INOTIFY_DOSCAN) != 0 ||
    19901991               (sh.flag.checkSum == SH_CHECK_CHECK &&
    19911992                (sh.flag.isdaemon == S_FALSE && sh.flag.loop == S_FALSE)))
     
    19961997        }
    19971998      else if (sh.flag.checkSum == SH_CHECK_CHECK ||
    1998                (sh.flag.inotify & SH_INOTIFY_DOSCAN) != 0 ||
    19991999               (sh.flag.update == S_TRUE &&
    20002000                (sh.flag.isdaemon == S_TRUE || sh.flag.loop == S_TRUE)))
Note: See TracChangeset for help on using the changeset viewer.