diff options
author | Volker Lendecke <vl@samba.org> | 2008-01-27 10:22:42 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-01-27 10:24:31 +0100 |
commit | fe478af26aacd1b3ae7e24c4c82e03f576d71691 (patch) | |
tree | 0c68d75dc9c117f1d70b10a9d198c929dbf50481 /source3 | |
parent | 54db1839878641be1a9987ad3e0ddedbd6123b7c (diff) | |
download | samba-fe478af26aacd1b3ae7e24c4c82e03f576d71691.tar.gz samba-fe478af26aacd1b3ae7e24c4c82e03f576d71691.tar.bz2 samba-fe478af26aacd1b3ae7e24c4c82e03f576d71691.zip |
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
(This used to be commit 3959b1954b02405ec174497fa17e345ca6d5ee94)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/fault.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/fault.c b/source3/lib/fault.c index 33e1401d7a..1964955f1b 100644 --- a/source3/lib/fault.c +++ b/source3/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 |