Changeset 433 for trunk/src/samhain.c
- Timestamp:
- Apr 29, 2013, 7:32:19 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/samhain.c
r424 r433 2023 2023 (flag_check_1 == 1 || flag_check_2 == 1)) 2024 2024 { 2025 sh.flag.inotify |= SH_INOTIFY_INSCAN;2025 SH_INOTIFY_IFUSED( sh.flag.inotify |= SH_INOTIFY_INSCAN; ); 2026 2026 /* Refresh list files matching glob patterns. 2027 2027 */ … … 2088 2088 flag_check_2 = 0; 2089 2089 check_done = 1; 2090 sh.flag.inotify &= ~SH_INOTIFY_INSCAN;2091 sh.flag.inotify &= ~SH_INOTIFY_DOSCAN;2090 SH_INOTIFY_IFUSED( sh.flag.inotify &= ~SH_INOTIFY_INSCAN; ); 2091 SH_INOTIFY_IFUSED( sh.flag.inotify &= ~SH_INOTIFY_DOSCAN; ); 2092 2092 2093 2093 (void) sh_prelink_run (NULL, NULL, 0);
Note:
See TracChangeset
for help on using the changeset viewer.