Back out last commit.

This commit is contained in:
peter 2003-01-06 19:30:21 +00:00
parent 380f542199
commit 5ac3ac6c2a

View File

@ -927,7 +927,7 @@ dainit(void)
/* Register our shutdown event handler */
if ((EVENTHANDLER_REGISTER(shutdown_post_sync, dashutdown,
NULL, SHUTDOWN_PRI_FIRST)) == NULL)
NULL, SHUTDOWN_PRI_DEFAULT)) == NULL)
printf("dainit: shutdown event registration failed!\n");
}
}