s3: Fix a bug that prevent core files from being created
authorTim Prouty <tprouty@samba.org>
Tue, 24 Feb 2009 22:07:29 +0000 (14:07 -0800)
committerTim Prouty <tprouty@samba.org>
Tue, 24 Feb 2009 22:07:51 +0000 (14:07 -0800)
commit9bb1bea53709dd32b8c3bf6032b38d9f95c8c379
tree682875a636eb4b259c52eacd1b0d829b326029b0
parent5ffa03dcd879e59f3e810fbb8833cb9a3e9afcca
s3: Fix a bug that prevent core files from being created

Removed an erroneous free() that was causing the corepath to be NULL
during dump_core().  This prevented dump_core() from actually calling
abort() to create a core file.  The bug was introduced in December by:
07e0094365e8dc360a83eec2e7cf9b1d5d8d6d00
source3/lib/fault.c