summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1997-11-29 02:40:31 +0000
committerAndrew Tridgell <tridge@samba.org>1997-11-29 02:40:31 +0000
commitcf9d07cc7d41627a59ea3bec5ba2b9eebb894ab5 (patch)
tree84f271f49fb416ba4c4272d3218895d8706f30af /source3/lib
parent7c025b60ac6a5247ef88ee1d8c6064346c98b5a3 (diff)
downloadsamba-cf9d07cc7d41627a59ea3bec5ba2b9eebb894ab5.tar.gz
samba-cf9d07cc7d41627a59ea3bec5ba2b9eebb894ab5.tar.bz2
samba-cf9d07cc7d41627a59ea3bec5ba2b9eebb894ab5.zip
added a sent_oplock_break element to Files[] as a paranoia check so we
can't sent a oplock break twice on the same file. changed some debug levels in the oplock code to level 0 so we can track down a bug zero the returned Files[] entry in find_free_file() don't try to overcome client bugs in the handling of non-encrypted passwords if in server level security mode added paranoid null termination of password buffers slight change to my ajt_panic() routine (This used to be commit e360c79c9cec681c4609783019749773d3e79386)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/util.c b/source3/lib/util.c
index 4d098013f2..ac9c701b70 100644
--- a/source3/lib/util.c
+++ b/source3/lib/util.c
@@ -3855,7 +3855,7 @@ my own panic function - not suitable for general use
********************************************************************/
void ajt_panic(void)
{
- system("/usr/bin/X11/xedit -display ljus:0 /tmp/ERROR_FAULT");
+ system("/usr/bin/X11/xedit -display solen:0 /tmp/ERROR_FAULT");
}
#endif