diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-03-10 10:36:05 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-03-12 15:25:49 +0100 |
commit | d4f143258b61055864d8bb61ec180284a8b68e71 (patch) | |
tree | 6bddcf169138da26ea930a958aec6ce43ae58fe4 | |
parent | 6292cb7f7f097aba2151d348331700e2b99fe49e (diff) | |
download | samba-d4f143258b61055864d8bb61ec180284a8b68e71.tar.gz |
s4:dcom: add a comment about unused code.
metze
-rw-r--r-- | source4/lib/com/dcom/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/com/dcom/main.c b/source4/lib/com/dcom/main.c index 695bfa7f98d..261dac05c67 100644 --- a/source4/lib/com/dcom/main.c +++ b/source4/lib/com/dcom/main.c @@ -704,7 +704,7 @@ void dcom_proxy_async_call_recv_pipe_send_rpc(struct composite_context *c_pipe) composite_error(c, NT_STATUS_RPC_NT_CALL_FAILED); return; } - +/*TODO: FIXME - for now this unused anyway */ req = dcerpc_ndr_request_send(p, &s->d->obj.u_objref.u_standard.std.ipid, s->table, s->opnum, s, s->r); composite_continue_rpc(c, req, s->continuation, c); } |