summaryrefslogtreecommitdiff
path: root/source4/winbind
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-31 07:24:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:24 -0500
commit26bf3063d3250aba60ba458efd131e5a24006363 (patch)
tree53901ee9f25fb05a326989c582ca4ab3822f8d06 /source4/winbind
parent2e953b967ae181be10fcdff2595daf36d903c3b0 (diff)
downloadsamba-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.c2
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,