much cleaner chain pointer handling for both files and pipes.
authorAndrew Tridgell <tridge@samba.org>
Mon, 17 Aug 1998 03:52:05 +0000 (03:52 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 17 Aug 1998 03:52:05 +0000 (03:52 +0000)
commit8978aae69699ccab76fdf95037948b1cc7e7c286
tree19d2fdbc1da4d4353d226a81960f500ac06c0359
parentf2d538a105a61ce6d2852700fc328e15ac158827
much cleaner chain pointer handling for both files and pipes.

the chain pointer is now stored as a static and is set whenever a
handle is created or extracted. This also makes the code less error
prone.
(This used to be commit 068a862982bea726e8d7b1b4065d510b9840a272)
source3/include/proto.h
source3/include/smb.h
source3/libsmb/nmblib.c
source3/locking/locking.c
source3/rpc_server/srv_pipe_hnd.c
source3/smbd/files.c
source3/smbd/nttrans.c
source3/smbd/pipes.c
source3/smbd/reply.c
source3/smbd/server.c
source3/smbd/trans2.c