Commit 22ac3e7f authored by claes's avatar claes

Order of backup load and io_init switched

parent 4b0de989
/* /*
* Proview $Id: rt_ini.c,v 1.12 2005-11-22 12:16:19 claes Exp $ * Proview $Id: rt_ini.c,v 1.13 2006-01-13 16:31:29 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -204,10 +204,10 @@ start ( ...@@ -204,10 +204,10 @@ start (
qini_BuildDb(&sts, cp->nid_t, cp->me, NULL, cp->busid); qini_BuildDb(&sts, cp->nid_t, cp->me, NULL, cp->busid);
load_backup();
io_init_signals(); io_init_signals();
load_backup();
#if defined OS_ELN #if defined OS_ELN
ker$initialization_done(NULL); ker$initialization_done(NULL);
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment