Changeset 19 for trunk/include/samhain.h


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/include/samhain.h

    r18 r19  
    292292      if ((skey != NULL) && skey->mlock_failed == SL_FALSE){ \
    293293        (void) sl_set_suid(); \
    294         if (sh_unix_mlock( a, b) < 0) skey->mlock_failed = SL_TRUE; \
     294        if (sh_unix_mlock(FIL__, __LINE__, a, b) < 0) skey->mlock_failed = SL_TRUE; \
    295295        (void) sl_unset_suid(); }
    296296#else
Note: See TracChangeset for help on using the changeset viewer.