aboutsummaryrefslogtreecommitdiff
path: root/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'init.c')
-rw-r--r--init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.c b/init.c
index 9c7710de8..de4ac1c19 100644
--- a/init.c
+++ b/init.c
@@ -726,7 +726,6 @@ extern int init_main(int argc, char **argv)
726 726
727 /* Now run everything that needs to be run */ 727 /* Now run everything that needs to be run */
728 728
729 message(LOG|CONSOLE, "Running SYSINIT\n");
730 /* First run the sysinit command */ 729 /* First run the sysinit command */
731 for( a=initActionList ; a; a=a->nextPtr) { 730 for( a=initActionList ; a; a=a->nextPtr) {
732 if (a->action == SYSINIT) { 731 if (a->action == SYSINIT) {