summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-10-01 01:41:20 +0000
committerJeremy Allison <jra@samba.org>2002-10-01 01:41:20 +0000
commit5cec60b31b63821ebc35f0a3f02b96329a08387d (patch)
tree08cf449c1309d532ea51e569dc608572b4808832 /source3/include
parent6007a592b2c842c640f164d3b5132d05b5be82a7 (diff)
downloadsamba-5cec60b31b63821ebc35f0a3f02b96329a08387d.tar.gz
samba-5cec60b31b63821ebc35f0a3f02b96329a08387d.tar.bz2
samba-5cec60b31b63821ebc35f0a3f02b96329a08387d.zip
Added error string for server timeout on client call.
Jeremy. (This used to be commit 28d2eb934318818a3b0527e391987ea139dbf4a3)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 1e8d1c3d29..7a8889edc5 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -70,6 +70,7 @@ typedef struct smb_sign_info {
struct cli_state {
int port;
int fd;
+ int smb_read_error; /* Copy of last read error. */
uint16 cnum;
uint16 pid;
uint16 mid;