Changeset 19 for trunk/src/samhain.c
- Timestamp:
- Feb 12, 2006, 10:49:56 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/samhain.c
r18 r19 1752 1752 } 1753 1753 1754 if (sig_suspend_switch == 1) /* SIGUSR2 */1754 if (sig_suspend_switch > 0) /* SIGUSR2 */ 1755 1755 { 1756 1756 TPT((0, FIL__, __LINE__, _("msg=<Suspend switch.>\n"))); … … 1762 1762 sh_global_suspend_flag = 1; 1763 1763 } 1764 sig_suspend_switch = 0;1764 --sig_suspend_switch; 1765 1765 --sig_raised; --sig_urgent; 1766 1766 }
Note:
See TracChangeset
for help on using the changeset viewer.