mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
r5122: fixed name of winbind stream ops
This commit is contained in:
parent
69e6a1cd4b
commit
984c737c1b
@ -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