diff options
-rw-r--r-- | source4/libnet/libnet_rpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libnet/libnet_rpc.c b/source4/libnet/libnet_rpc.c index 8b3e7bae3c..fe7c6fdd62 100644 --- a/source4/libnet/libnet_rpc.c +++ b/source4/libnet/libnet_rpc.c @@ -333,7 +333,7 @@ static void continue_rpc_connect(struct composite_context *ctx) msg.type = net_pipe_connected; msg.data = NULL; msg.data_size = 0; - +/* TODO: something is really wrong here!!! */ data.host = s->r.out.dcerpc_pipe->binding->host; data.endpoint = s->r.out.dcerpc_pipe->binding->endpoint; data.transport = s->r.out.dcerpc_pipe->binding->transport; |