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 72bb25a2d7..26b8fcb405 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -124,9 +124,8 @@ struct cli_state {
/* Where (if anywhere) this is mounted under DFS. */
char *dfs_mountpoint;
- struct tevent_queue *outgoing;
-
struct {
+ struct tevent_queue *outgoing;
struct tevent_req **pending;
} conn;