summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/rawrequest.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-07-04 20:47:24 +0200
committerStefan Metzmacher <metze@samba.org>2008-07-07 18:10:07 +0200
commitfd1ce8c263adf84c665753bd7635d39d7ec533bc (patch)
tree4389cd55d027e83f0ab1a6efe0a648f74245f091 /source4/libcli/raw/rawrequest.c
parent177773424057668339af993f7a0df610dd9b6ae2 (diff)
downloadsamba-fd1ce8c263adf84c665753bd7635d39d7ec533bc.tar.gz
samba-fd1ce8c263adf84c665753bd7635d39d7ec533bc.tar.bz2
samba-fd1ce8c263adf84c665753bd7635d39d7ec533bc.zip
libcli/raw: remove unused smbcli_request_receive_more() function
metze (This used to be commit e1d81388fcabba9a947ed0be9ccae875e2b19135)
Diffstat (limited to 'source4/libcli/raw/rawrequest.c')
-rw-r--r--source4/libcli/raw/rawrequest.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/source4/libcli/raw/rawrequest.c b/source4/libcli/raw/rawrequest.c
index ef856c6ea1..a0e6452748 100644
--- a/source4/libcli/raw/rawrequest.c
+++ b/source4/libcli/raw/rawrequest.c
@@ -365,19 +365,6 @@ bool smbcli_request_receive(struct smbcli_request *req)
/*
- receive another reply to a request - this is used for requests that
- have multi-part replies (such as SMBtrans2)
-*/
-bool smbcli_request_receive_more(struct smbcli_request *req)
-{
- req->state = SMBCLI_REQUEST_RECV;
- DLIST_ADD(req->transport->pending_recv, req);
-
- return smbcli_request_receive(req);
-}
-
-
-/*
handle oplock break requests from the server - return true if the request was
an oplock break
*/