Changeset 19 for trunk/src/samhain.c


Ignore:
Timestamp:
Feb 12, 2006, 10:49:56 PM (19 years ago)
Author:
rainer
Message:

Rewrite of test suite, checksum for growing logs, fix for minor bug with dead client detection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/samhain.c

    r18 r19  
    17521752            }
    17531753         
    1754           if (sig_suspend_switch == 1)  /* SIGUSR2 */
     1754          if (sig_suspend_switch > 0)  /* SIGUSR2 */
    17551755            {
    17561756              TPT((0, FIL__, __LINE__, _("msg=<Suspend switch.>\n")));
     
    17621762                sh_global_suspend_flag = 1;
    17631763              }
    1764               sig_suspend_switch = 0;
     1764              --sig_suspend_switch;
    17651765              --sig_raised; --sig_urgent;
    17661766            }
Note: See TracChangeset for help on using the changeset viewer.