From c272e60955bff28ff6431fd50e94807aca1ea016 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 28 Oct 2004 08:15:12 +0000 Subject: 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) --- source4/include/cli_context.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/include') 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 */ -- cgit