diff options
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r-- | source3/include/ntdomain.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 48ad876e34..e1be93c4ba 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -118,6 +118,7 @@ struct pipes_struct { struct pipes_struct *next, *prev; struct client_address *client_id; + struct client_address *server_id; struct auth_serversupplied_info *session_info; struct messaging_context *msg_ctx; |