Changeset 215 for trunk/src/samhain.c


Ignore:
Timestamp:
Feb 18, 2009, 7:11:26 PM (16 years ago)
Author:
katerina
Message:

Consolidate filtering code (ticket #142) and match on regular expressions (ticket #143).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/samhain.c

    r214 r215  
    746746#if defined(SH_WITH_SERVER)
    747747  sh_forward_free_all ();
     748#endif
     749#if defined(SH_WITH_MAIL)
     750  sh_nmail_free();
    748751#endif
    749752  delete_cache();
     
    17491752              (void) sh_ext_cleanup();
    17501753#endif
     1754#if defined(SH_WITH_MAIL)
     1755              sh_nmail_free();
     1756#endif
     1757
    17511758              /* delete the file list, make all database
    17521759               * entries visible (allignore = FALSE)
Note: See TracChangeset for help on using the changeset viewer.