diff options
Diffstat (limited to 'source4/include/cli_context.h')
-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 */ |