Changeset 108 for trunk/src/sh_prelude.c
- Timestamp:
- Jun 18, 2007, 8:54:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_prelude.c
r106 r108 79 79 * includes for samhain-specific functions (sl_strstr, sh_error_handle) 80 80 */ 81 #include "s lib.h"81 #include "samhain.h" 82 82 #include "sh_cat.h" 83 83 #include "sh_error_min.h" … … 984 984 if (initialized < 1) 985 985 return; 986 prelude_client_destroy(client, PRELUDE_CLIENT_EXIT_STATUS_SUCCESS); 986 987 if (sh.flag.isdaemon == S_TRUE) 988 prelude_client_destroy(client, PRELUDE_CLIENT_EXIT_STATUS_FAILURE); 989 else 990 prelude_client_destroy(client, PRELUDE_CLIENT_EXIT_STATUS_SUCCESS); 991 987 992 client = NULL; 993 994 prelude_deinit(); 995 988 996 initialized = 0; 989 997 return;
Note:
See TracChangeset
for help on using the changeset viewer.