diff options
author | Volker Lendecke <vl@samba.org> | 2009-07-27 14:28:52 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-07-27 16:15:54 +0200 |
commit | 3532882d02ff30c1ea47dd433715246351297e4e (patch) | |
tree | 3de4fa9cb4ddbe602ea0c90b50cf791f1657295e /source3/librpc/rpc | |
parent | 5135ebd6f099518f0a0b5796e8057210be824740 (diff) | |
download | samba-3532882d02ff30c1ea47dd433715246351297e4e.tar.gz samba-3532882d02ff30c1ea47dd433715246351297e4e.tar.bz2 samba-3532882d02ff30c1ea47dd433715246351297e4e.zip |
Lift the event loop in rpc_api_pipe_req() one level into cli_do_rpc_ndr
Diffstat (limited to 'source3/librpc/rpc')
-rw-r--r-- | source3/librpc/rpc/dcerpc.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/librpc/rpc/dcerpc.c b/source3/librpc/rpc/dcerpc.c index 21a2004422..e6c4cb446b 100644 --- a/source3/librpc/rpc/dcerpc.c +++ b/source3/librpc/rpc/dcerpc.c @@ -69,6 +69,10 @@ struct rpc_request *dcerpc_ndr_request_send(struct dcerpc_pipe *p, const struct return ret; } +#if 0 + +Completely unfinished and unused -- vl :-) + /** * Wait for a DCE/RPC request. * @@ -118,10 +122,6 @@ NTSTATUS dcerpc_ndr_request_recv(struct rpc_request *req) return NT_STATUS_OK; } -#if 0 - -Completely unfinished and unused -- vl :-) - /** * Connect to a DCE/RPC interface. * |