diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-28 08:15:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:04:53 -0500 |
commit | c272e60955bff28ff6431fd50e94807aca1ea016 (patch) | |
tree | 1a302560b0d5db6b7905c77faeda6ca48ba0b42a /source4/include | |
parent | 990d76f7cbd4339c30f650781c40463234fc47e1 (diff) | |
download | samba-c272e60955bff28ff6431fd50e94807aca1ea016.tar.gz samba-c272e60955bff28ff6431fd50e94807aca1ea016.tar.bz2 samba-c272e60955bff28ff6431fd50e94807aca1ea016.zip |
r3315: converted the libcli/raw/ code to use the generic socket library. This
allows me to test with the socket:testnonblock option. It passes.
(This used to be commit 7cb4bf8662825d507d8246647ffb10aa08bad794)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/cli_context.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/include/cli_context.h b/source4/include/cli_context.h index fa6e293cd9..bdf90018d5 100644 --- a/source4/include/cli_context.h +++ b/source4/include/cli_context.h @@ -70,8 +70,7 @@ struct smbcli_socket { /* the port used */ int port; - /* the open file descriptor */ - int fd; + struct socket_context *sock; /* a count of the number of packets we have received. We * actually only care about zero/non-zero at this stage */ |