mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
r5122: fixed name of winbind stream ops
(This used to be commit 984c737c1b
)
This commit is contained in:
parent
2e953b967a
commit
26bf3063d3
@ -127,7 +127,7 @@ static void winbind_send(struct stream_connection *conn, struct timeval t, uint1
|
||||
}
|
||||
|
||||
static const struct stream_server_ops winbind_stream_ops = {
|
||||
.name = "smb",
|
||||
.name = "winbind_echo",
|
||||
.accept_connection = winbind_accept,
|
||||
.recv_handler = winbind_recv,
|
||||
.send_handler = winbind_send,
|
||||
|
Loading…
Reference in New Issue
Block a user