The branch, v3-2-test has been updated
via 3959b1954b02405ec174497fa17e345ca6d5ee94 (commit)
from ec367f307dff7948722b9ac97beb960efd91991f (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test
- Log -----------------------------------------------------------------
commit 3959b1954b02405ec174497fa17e345ca6d5ee94
Author: Volker Lendecke <[EMAIL PROTECTED]>
Date: Sun Jan 27 10:22:42 2008 +0100
We need to leave the corepath around
In case we need to dump core, in line 191 we dereference corepath to be
able to
chdir there.
Jeremy, please check!
Volker
-----------------------------------------------------------------------
Summary of changes:
source/lib/fault.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source/lib/fault.c b/source/lib/fault.c
index 33e1401..1964955 100644
--- a/source/lib/fault.c
+++ b/source/lib/fault.c
@@ -132,7 +132,6 @@ void dump_core_setup(const char *progname)
sys_chown(corepath,getuid(),getgid());
chmod(corepath,0700);
- SAFE_FREE(corepath);
SAFE_FREE(logbase);
#ifdef HAVE_GETRLIMIT
--
Samba Shared Repository