Changeset 19 for trunk/src/sh_err_log.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/sh_err_log.c

    r1 r19  
    755755  if (skey->mlock_failed == SL_FALSE)
    756756    {
    757       if ( (-1) == sh_unix_mlock( log_msg.msg,
     757      if ( (-1) == sh_unix_mlock( FIL__, __LINE__, log_msg.msg,
    758758                                  (size_t)(2*KEY_LEN + status + 32) ) )
    759759        {
Note: See TracChangeset for help on using the changeset viewer.