Ignore:
Timestamp:
Apr 30, 2010, 11:55:18 PM (14 years ago)
Author:
katerina
Message:

Fix for tickets #200 to #206 (kernel check, login checks, bugfixes).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_readconf.c

    r272 r279  
    255255                  sh.host.release, sh.host.machine);
    256256     
    257       if  (sl_strncmp (p,  myident, sl_strlen(myident)) == 0
     257      if  (sl_strncmp (p,  myident, strlen(myident)) == 0
    258258#ifdef HAVE_REGEX_H
    259259           || sh_util_regcmp (p, myident) == 0
     
    12021202    sh_log_set_facility },
    12031203
     1204  { N_("syslogmapstampto"),    SH_SECTION_LOG,   SH_SECTION_MISC,
     1205    sh_log_set_stamp_priority },
     1206
    12041207  { N_("mactype"),     SH_SECTION_MISC,  SH_SECTION_NONE,
    12051208    sh_util_sigtype },
Note: See TracChangeset for help on using the changeset viewer.