summaryrefslogtreecommitdiff
path: root/source4/smbd/service_stream.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-02-24 16:35:35 -0500
committerSimo Sorce <idra@samba.org>2010-02-24 18:35:47 -0500
commit71c20f703b0c603d6aada63ed5634070a26df052 (patch)
treea3a78938c3f27d8afdc7dca402b8640594c8716b /source4/smbd/service_stream.c
parent8d03b5e2246ddb234cc3199daff03d4763e6d030 (diff)
downloadsamba-71c20f703b0c603d6aada63ed5634070a26df052.tar.gz
samba-71c20f703b0c603d6aada63ed5634070a26df052.tar.bz2
samba-71c20f703b0c603d6aada63ed5634070a26df052.zip
Revert "s4-smb: Migrate named_pipe_server to tsocket."
This reverts commit 69d5cea2e59162f19460e7ce4b6382fc5fdd6ca0. This commit causes issues with the RPC server, revert it until we find the exact issue and possibly have a torture test to avoid it happening again. Found playing with w2k8r2 and forest trusts.
Diffstat (limited to 'source4/smbd/service_stream.c')
-rw-r--r--source4/smbd/service_stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smbd/service_stream.c b/source4/smbd/service_stream.c
index 14387e9558..2d8b9559f4 100644
--- a/source4/smbd/service_stream.c
+++ b/source4/smbd/service_stream.c
@@ -98,7 +98,7 @@ static void stream_io_handler(struct stream_connection *conn, uint16_t flags)
}
}
-void stream_io_handler_fde(struct tevent_context *ev, struct tevent_fd *fde,
+static void stream_io_handler_fde(struct tevent_context *ev, struct tevent_fd *fde,
uint16_t flags, void *private_data)
{
struct stream_connection *conn = talloc_get_type(private_data,