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)
commit068a862982bea726e8d7b1b4065d510b9840a272
tree3c754ac85047b788a3280b9da756e727d5f8f33c
parent8bc2627ff28d340db65bfa017daca2dc291d5ef7
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.
source/include/proto.h
source/include/smb.h
source/libsmb/nmblib.c
source/locking/locking.c
source/rpc_server/srv_pipe_hnd.c
source/smbd/files.c
source/smbd/nttrans.c
source/smbd/pipes.c
source/smbd/reply.c
source/smbd/server.c
source/smbd/trans2.c