diff options
Diffstat (limited to 'source3/smbd/globals.h')
-rw-r--r-- | source3/smbd/globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h index 97d75fd413..2e31c73779 100644 --- a/source3/smbd/globals.h +++ b/source3/smbd/globals.h @@ -452,6 +452,7 @@ struct smbd_server_connection { struct client_address client_id; const struct tsocket_address *local_address; const struct tsocket_address *remote_address; + const char *remote_hostname; struct messaging_context *msg_ctx; struct { bool got_session; |