summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/client.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 86c5f22ce5..34d99d4c08 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -56,8 +56,6 @@ struct cli_state {
int rap_error;
NTSTATUS raw_status; /* maybe via NT_STATUS_DOS() */
- char *desthost;
-
/* The credentials used to open the cli_state connection. */
char *domain;
char *user_name;
@@ -125,6 +123,7 @@ struct cli_state {
int fd;
struct sockaddr_storage local_ss;
struct sockaddr_storage remote_ss;
+ const char *remote_name;
struct tevent_queue *outgoing;
struct tevent_req **pending;
} conn;