Remove the smb_read_error global variable and replace
authorJeremy Allison <jra@samba.org>
Sat, 3 Nov 2007 22:12:42 +0000 (15:12 -0700)
committerJeremy Allison <jra@samba.org>
Sat, 3 Nov 2007 22:12:42 +0000 (15:12 -0700)
commit73d407968002587eadd0ff13eb413ddf07c78771
treee1656e24e0298ee3b9097c1904618955535233e4
parent705ba0d5b5156075d841ce120cea967f665f52d6
Remove the smb_read_error global variable and replace
it with accessor functions. "One global or pstring a day...." :-).
Jeremy.
(This used to be commit d50d14c300abc83b7015718ec48acc8b3227a273)
source3/include/client.h
source3/include/smb.h
source3/lib/util_sock.c
source3/libsmb/cliconnect.c
source3/libsmb/clientgen.c
source3/libsmb/clierror.c
source3/smbd/nttrans.c
source3/smbd/oplock.c
source3/smbd/oplock_irix.c
source3/smbd/process.c
source3/smbd/trans2.c