svn commit: samba r2867 - in branches/SAMBA_4_0/source/lib: .

metze at samba.org metze at samba.org
Fri Oct 8 14:38:22 GMT 2004


Author: metze
Date: 2004-10-08 14:38:22 +0000 (Fri, 08 Oct 2004)
New Revision: 2867

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/lib&rev=2867&nolog=1

Log:
make call_backtrace() public

this is very usefull we you don't want to use smb_panic()

metze

Modified:
   branches/SAMBA_4_0/source/lib/fault.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/fault.c
===================================================================
--- branches/SAMBA_4_0/source/lib/fault.c	2004-10-08 13:36:29 UTC (rev 2866)
+++ branches/SAMBA_4_0/source/lib/fault.c	2004-10-08 14:38:22 UTC (rev 2867)
@@ -36,7 +36,7 @@
 #include <libexc.h>
 #endif
 
-static void call_backtrace(void)
+void call_backtrace(void)
 {
 #ifdef HAVE_BACKTRACE
 #define BACKTRACE_STACK_SIZE 64



More information about the samba-cvs mailing list