1
0
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:
Andrew Tridgell 2005-01-31 07:24:00 +00:00 committed by Gerald (Jerry) Carter
parent 69e6a1cd4b
commit 984c737c1b

View File

@ -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,