summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-10-01 01:33:05 +0000
committerJeremy Allison <jra@samba.org>2002-10-01 01:33:05 +0000
commit68259be9d555257042e91e343324eb91f12a7185 (patch)
treea27b8ecbc9813c23dbef8bde4b296a0f74a42615 /source3/include
parent5de642fc6c476f7631b8caaebd1eda5c4d50df57 (diff)
downloadsamba-68259be9d555257042e91e343324eb91f12a7185.tar.gz
samba-68259be9d555257042e91e343324eb91f12a7185.tar.bz2
samba-68259be9d555257042e91e343324eb91f12a7185.zip
Added error string for server timeout on client call.
Jeremy. (This used to be commit abeebf33c132c4975ac5dadde57c22176ddc9fda)
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;