From 038e3433d39337f736b7b69ac1e6212e9f8e5406 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 21 Aug 1998 11:37:40 +0000 Subject: added new smb.conf option "panic action". see my samba-technical explanation. (This used to be commit c6899df44c34088a4d2bf1edc840320b0ba7e32e) --- source3/include/smb.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index 9d6c8d7e29..a11a3ac61f 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1265,10 +1265,6 @@ void dfs_unlogin(void); extern int dcelogin_atmost_once; #endif -#if AJT -void ajt_panic(void); -#endif - #ifdef NOSTRDUP char *strdup(char *s); #endif -- cgit