summaryrefslogtreecommitdiff
path: root/source3/include/async_smb.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-08-28 15:44:14 +0200
committerVolker Lendecke <vl@samba.org>2008-08-28 18:22:49 +0200
commitf294f51bf0d136208fee1be343684ea890a499d0 (patch)
tree2bb9001616d90f178f260ade4f3cdb1405181408 /source3/include/async_smb.h
parent228a12681bc7e6eb5bddb75b3b97a74c5eef1c3a (diff)
downloadsamba-f294f51bf0d136208fee1be343684ea890a499d0.tar.gz
samba-f294f51bf0d136208fee1be343684ea890a499d0.tar.bz2
samba-f294f51bf0d136208fee1be343684ea890a499d0.zip
Remove cli_request_get()
req->private_data==NULL at this point is definitely a bug. (This used to be commit ce3dc9f616cafc1289a94ac7cae0beca967d836e)
Diffstat (limited to 'source3/include/async_smb.h')
-rw-r--r--source3/include/async_smb.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/async_smb.h b/source3/include/async_smb.h
index ed42baef0d..e9e10023e3 100644
--- a/source3/include/async_smb.h
+++ b/source3/include/async_smb.h
@@ -125,12 +125,6 @@ bool cli_chain_cork(struct cli_state *cli, struct event_context *ev,
size_t size_hint);
void cli_chain_uncork(struct cli_state *cli);
-/*
- * Convenience function to get the SMB part out of an async_req
- */
-
-struct cli_request *cli_request_get(struct async_req *req);
-
NTSTATUS cli_pull_reply(struct async_req *req,
uint8_t *pwct, uint16_t **pvwv,
uint16_t *pnum_bytes, uint8_t **pbytes);