diff options
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r-- | source3/include/ntdomain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 071e915561..073efe54b9 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -131,7 +131,7 @@ struct pipe_auth_data { struct pipes_struct { struct pipes_struct *next, *prev; - char client_address[INET6_ADDRSTRLEN]; + struct client_address *client_id; struct auth_serversupplied_info *server_info; struct messaging_context *msg_ctx; |