diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 26b8fcb405..4043774e22 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -51,7 +51,6 @@ struct cli_state { * A list of subsidiary connections for DFS. */ struct cli_state *prev, *next; - int fd; int protocol; int sec_mode; int rap_error; @@ -125,6 +124,7 @@ struct cli_state { char *dfs_mountpoint; struct { + int fd; struct tevent_queue *outgoing; struct tevent_req **pending; } conn; |