diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/libcli/raw/rawrequest.c | 13 |
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 */ |