mirror of
https://github.com/samba-team/samba.git
synced 2025-03-10 12:58:35 +03:00
r2867: make call_backtrace() public
this is very usefull we you don't want to use smb_panic() metze (This used to be commit 343b575baa528885f76be12b2cd707f092f85189)
This commit is contained in:
parent
4503ddc155
commit
6350e5cb60
@ -36,7 +36,7 @@ static struct {
|
||||
#include <libexc.h>
|
||||
#endif
|
||||
|
||||
static void call_backtrace(void)
|
||||
void call_backtrace(void)
|
||||
{
|
||||
#ifdef HAVE_BACKTRACE
|
||||
#define BACKTRACE_STACK_SIZE 64
|
||||
|
Loading…
x
Reference in New Issue
Block a user