Ignore:
Timestamp:
Jul 18, 2015, 5:06:52 PM (9 years ago)
Author:
katerina
Message:

Enhancements and fixes for tickets #374, #375, #376, #377, #378, and #379.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_log_parse_pacct.c

    r384 r481  
    292292}
    293293
    294 static void * sh_dummy_record = NULL;
     294void * sh_dummy_294_record = NULL;
    295295
    296296struct sh_logrecord * sh_parse_pacct (sh_string * logline, void * fileinfo)
     
    303303  (void) fileinfo;
    304304
    305   sh_dummy_record = (void *) &record;
    306 
    307   if (sh_string_len(logline) > 0 && flag_err_debug == SL_TRUE)
     305  sh_dummy_294_record = (void *) &record;
     306
     307  if (sh_string_len(logline) > 0 && flag_err_debug == S_TRUE)
    308308    {
    309309      SH_MUTEX_LOCK(mutex_thread_nolog);
Note: See TracChangeset for help on using the changeset viewer.