locking.c: Fixed incorrect parameter count in debug statements. May explain
authorJeremy Allison <jra@samba.org>
Fri, 3 Oct 1997 20:36:06 +0000 (20:36 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 3 Oct 1997 20:36:06 +0000 (20:36 +0000)
commit97ee4a5f69bd9cfbbc8710a1a04d80db0ee40104
treead8799f86a73d9a0af765500035741880f537510
parentc7f09ffd4a00ef7266e3f54536ee6aaca9335fb8
locking.c: Fixed incorrect parameter count in debug statements. May explain
           solaris crashes.
reply.c: Added NT specific error code. Put oplock break code in correct place
         in reply_lockingX.
server.c: Removed unneeded error mapping stuff.
          Fixed race condition in oplock code.
trans2.c: Added NT specific error code.
util.c: Added paranoia check in interpret_addr. Some core dumps
        reported here. Upped fcntl debug levels.

Andrew. Please check the NT specific error code handling (search
for the string "/* Ugly - NT specific hack - but needed (JRA) */",
this makes NT and 95 clients behave correctly here - please check
your Visual Basic apps with this code.

Jeremy (jallison@whistle.com).
source/lib/util.c
source/locking/locking.c
source/smbd/reply.c
source/smbd/server.c
source/smbd/trans2.c