mirror of
https://github.com/samba-team/samba.git
synced 2025-01-19 10:03:58 +03:00
r2867: make call_backtrace() public
this is very usefull we you don't want to use smb_panic() metze
This commit is contained in:
parent
3aa1a29897
commit
343b575baa
@ -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