Ignore:
Timestamp:
Nov 26, 2008, 11:46:43 PM (16 years ago)
Author:
katerina
Message:

While we're at it, implement 'else' cor the config file conditionals. Also fix some compile warnings and improve docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_log_parse_pacct.c

    r186 r199  
    282282}
    283283
     284static void * sh_dummy_record = NULL;
     285
    284286struct sh_logrecord * sh_parse_pacct (sh_string * logline, void * fileinfo)
    285287{
     
    290292
    291293  (void) fileinfo;
     294
     295  sh_dummy_record = (void *) &record;
    292296
    293297  if (sh_string_len(logline) > 0 && flag_err_debug == SL_TRUE)
Note: See TracChangeset for help on using the changeset viewer.