mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
r5388: uppercase the server name on ncacn_ip_tcp
(This used to be commit c47eb38593
)
This commit is contained in:
parent
ca792c6e36
commit
df6d143e2e
@ -335,7 +335,7 @@ static NTSTATUS dcerpc_pipe_open_socket(struct dcerpc_connection *c,
|
||||
c->transport.peer_name = sock_peer_name;
|
||||
|
||||
sock->sock = socket_ctx;
|
||||
sock->server_name = talloc_strdup(sock, server);
|
||||
sock->server_name = strupper_talloc(sock, server);
|
||||
sock->event_ctx = event_context_init(sock);
|
||||
sock->pending_send = NULL;
|
||||
sock->recv.received = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user