diff options
Diffstat (limited to 'source4/librpc/rpc')
-rw-r--r-- | source4/librpc/rpc/dcerpc_smb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc_smb.c b/source4/librpc/rpc/dcerpc_smb.c index 5fb4f7c950..b63a3080f5 100644 --- a/source4/librpc/rpc/dcerpc_smb.c +++ b/source4/librpc/rpc/dcerpc_smb.c @@ -470,7 +470,7 @@ static void pipe_open_recv(struct smbcli_request *req) smb->fnum = state->open->ntcreatex.out.fnum; smb->tree = talloc_reference(smb, state->tree); smb->server_name= strupper_talloc( - smb, state->tree->session->transport->socket->hostname); + smb, state->tree->session->transport->called.name); if (smb->server_name == NULL) { ctx->status = NT_STATUS_NO_MEMORY; goto done; |