mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
When daemonizing, don't change working directory to "/". It makes it not be
able to do a core dump when not running as uid=root. (closes issue #10766, xrg) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@83348 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2813,7 +2813,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
#if HAVE_WORKING_FORK
|
||||
if (ast_opt_always_fork || !ast_opt_no_fork) {
|
||||
daemon(0, 0);
|
||||
daemon(1, 0);
|
||||
ast_mainpid = getpid();
|
||||
/* Blindly re-write pid file since we are forking */
|
||||
unlink(ast_config_AST_PID);
|
||||
|
Reference in New Issue
Block a user