Back out last commit.

This commit is contained in:
Peter Wemm 2003-01-06 19:30:21 +00:00
parent bc0c6d3c99
commit 586864e29d

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");
}
}