oosplash - daemonize to help mutt users recover their sanity
This commit is contained in:
parent
68beee8344
commit
aacf55dbe0
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue