diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-01-31 07:24:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:24 -0500 |
commit | 26bf3063d3250aba60ba458efd131e5a24006363 (patch) | |
tree | 53901ee9f25fb05a326989c582ca4ab3822f8d06 /source4/winbind | |
parent | 2e953b967ae181be10fcdff2595daf36d903c3b0 (diff) | |
download | samba-26bf3063d3250aba60ba458efd131e5a24006363.tar.gz samba-26bf3063d3250aba60ba458efd131e5a24006363.tar.bz2 samba-26bf3063d3250aba60ba458efd131e5a24006363.zip |
r5122: fixed name of winbind stream ops
(This used to be commit 984c737c1b5e9106979be95738c11f52ae6cddc2)
Diffstat (limited to 'source4/winbind')
-rw-r--r-- | source4/winbind/wb_server.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |