From 26bf3063d3250aba60ba458efd131e5a24006363 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 31 Jan 2005 07:24:00 +0000 Subject: r5122: fixed name of winbind stream ops (This used to be commit 984c737c1b5e9106979be95738c11f52ae6cddc2) --- source4/winbind/wb_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/winbind/wb_server.c b/source4/winbind/wb_server.c index fb30b76a0a..8404a1e790 100644 --- a/source4/winbind/wb_server.c +++ b/source4/winbind/wb_server.c @@ -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, -- cgit