Changeset 248 for trunk/src/samhain.c


Ignore:
Timestamp:
Sep 21, 2009, 8:23:56 PM (15 years ago)
Author:
katerina
Message:

Code to track down originating site for ticket #163.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/samhain.c

    r215 r248  
    20992099#endif
    21002100
     2101      {
     2102        char * stale = sl_check_stale();
     2103
     2104        if (stale)
     2105          {
     2106            sh_error_handle(SH_ERR_ERR, FIL__, __LINE__, 0, MSG_E_SUBGEN,
     2107                            stale, _("sl_check_stale"));
     2108          }
     2109      }
     2110
    21012111      /* no loop if not daemon
    21022112       */
Note: See TracChangeset for help on using the changeset viewer.