Changeset 80235b3f11f72d0a54a7ae6df1139d23ed59e2ac for src/noitd.c
- Timestamp:
- 01/27/08 07:34:04 (5 years ago)
- git-parent:
- Files:
-
- src/noitd.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/noitd.c
re102af3 r80235b3 51 51 52 52 /* Lastly, run through all other system inits */ 53 if(!noit_conf_get_stringbuf(NULL, "/ global/eventer/implementation",53 if(!noit_conf_get_stringbuf(NULL, "/noit/eventer/implementation", 54 54 conf_str, sizeof(conf_str))) { 55 55 noit_log(noit_stderr, NULL, "Cannot find '%s' in configuration\n", 56 "/ global/eventer/implementation");56 "/noit/eventer/implementation"); 57 57 exit(-1); 58 58 } … … 67 67 noit_console_init(); 68 68 noit_module_init(); 69 noit_poller_init(); 69 70 noit_listener_init(); 70 71
