Changeset 405 for trunk/src/sh_hash.c


Ignore:
Timestamp:
Aug 21, 2012, 7:12:10 PM (12 years ago)
Author:
katerina
Message:

Fix for tickets #303, #304, #305. #306, and #307. Update version number.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_hash.c

    r402 r405  
    464464                   MSG_FI_MISS2, tmp, str);
    465465  SH_MUTEX_UNLOCK(mutex_thread_nolog);
     466  ++sh.statistics.files_report;
    466467
    467468  SH_FREE(tmp);
     
    576577                  sh_error_handle (level, FIL__, __LINE__, 0,
    577578                                   MSG_FI_MISS2, tmp, str);
     579                  ++sh.statistics.files_report;
    578580                  SH_FREE(str);
    579581                  if (theFile->attr_string) SH_FREE(theFile->attr_string);
     
    621623          sh_error_handle (level, FIL__, __LINE__, 0,
    622624                           MSG_FI_MISS2, tmp, str);
     625          ++sh.statistics.files_report;
    623626          SH_FREE(str);
    624627          if (theFile->attr_string)
     
    29922995                           MSG_FI_ADD2,
    29932996                           tmp, str);
     2997          ++sh.statistics.files_report;
    29942998          SH_FREE(str);
    29952999
     
    36383642                      (policy_override == NULL) ? _(policy[class]):log_policy,
    36393643                      change_code, tmp_path, msg);
     3644      ++sh.statistics.files_report;
    36403645
    36413646      SH_FREE(tmp_path);
Note: See TracChangeset for help on using the changeset viewer.