summaryrefslogtreecommitdiff
path: root/source3/smbd/ipc.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-08-21 11:37:40 +0000
committerAndrew Tridgell <tridge@samba.org>1998-08-21 11:37:40 +0000
commit038e3433d39337f736b7b69ac1e6212e9f8e5406 (patch)
treea502a03d2b20d67b1602692207806a767178bb25 /source3/smbd/ipc.c
parent57f1129cdc154c56ae70287999c5961e072b4975 (diff)
downloadsamba-038e3433d39337f736b7b69ac1e6212e9f8e5406.tar.gz
samba-038e3433d39337f736b7b69ac1e6212e9f8e5406.tar.bz2
samba-038e3433d39337f736b7b69ac1e6212e9f8e5406.zip
added new smb.conf option "panic action". see my samba-technical
explanation. (This used to be commit c6899df44c34088a4d2bf1edc840320b0ba7e32e)
Diffstat (limited to 'source3/smbd/ipc.c')
-rw-r--r--source3/smbd/ipc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/smbd/ipc.c b/source3/smbd/ipc.c
index 1a6fb3366a..eb0abc37c0 100644
--- a/source3/smbd/ipc.c
+++ b/source3/smbd/ipc.c
@@ -377,9 +377,7 @@ va_dcl
DEBUG(2,("type error in package: %s instead of %*s\n",str,
strlen(str),p->curpos));
va_end(args);
-#if AJT
- ajt_panic();
-#endif
+ smb_panic("invalid types in ipc");
return 0;
}
#endif