oosplash - daemonize to help mutt users recover their sanity

This commit is contained in:
Michael Meeks 2011-11-08 11:32:20 +00:00
parent 68beee8344
commit aacf55dbe0

View file

@ -881,6 +881,10 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS( argc, argv )
splash_destroy(splash);
splash = NULL;
bShortWait = sal_False;
/* Since a client can't distinguish between a first-start and
a factory re-use, we return control to them here. */
daemon( 1 /* don't chdir */, 1 /* don't re-direct output */ );
}
#if OSL_DEBUG_LEVEL > 1